app-crypt/gss-ntlmssp - 1.0.0 (Miezhiko)

Search

Package Information

Description:
A complete implementation of the MS-NLMP documents as a GSSAPI mechanism
Homepage:
https://github.com/gssapi/gss-ntlmssp
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools multilib

DESCRIPTION="A complete implementation of the MS-NLMP documents as a GSSAPI mechanism"
HOMEPAGE="https://github.com/gssapi/gss-ntlmssp"
SRC_URI="https://github.com/gssapi/gss-ntlmssp/archive/refs/tags/v${PV}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/libunistring
	virtual/krb5
	net-fs/samba[client,winbind]
	dev-libs/openssl
"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	# install config file for kerberos
	sed -i 's,\$(get_libdir),/usr,g' "${S}"/examples/mech.ntlmssp
	insinto /etc/gss/mech.d/
	newins "${S}"/examples/mech.ntlmssp gssntlmssp.conf

	default
}

Dependencies

DEPEND

dev-libs/libunistring
	virtual/krb5
	net-fs/samba[client,winbind]
	dev-libs/openssl

Manifest for 1.0.0

Type File Size Source URLs
DIST v1.0.0.tar.gz 98751 bytes https://github.com/gssapi/gss-ntlmssp/archive/refs/tags/v1.0.0.tar.gz