[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pam_ldap/pam_ldap.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] LDAP Pluggable Authentication Module [T] pam_ldap is a pam/ldap module that supports password changes, V2 [T] clients, Netscapes SSL, ypldapd, Netscape Directory Server password [T] policies, access authorization, crypted hashes, etc. [U] https://www.padl.com/OSS/pam_ldap.html [A] Luke Howard [M] Juergen "George" Sawinski [C] extra/server extra/base [L] LGPL [S] Beta [V] 184 [D] ee00b68a0ece867d14d5a4602564c277e96ceda00c48bc4d2b8667b6 pam_ldap-184.tar.gz http://www.padl.com/download/ if [ "$prefix_auto" = 1 ]; then prefix= set_confopt fi pkgprefix -t openldap var_append confopt ' ' "--with-ldap-dir=$root/`pkgprefix openldap`" var_append confopt ' ' "--with-ldap-conf-file=$root`pkgprefix sysconfdir openldap`/ldap.conf" var_append confopt ' ' "--with-ldap-secret-file=$root`pkgprefix sysconfdir openldap`/ldap.secret" hook_add postmake 3 "cp -avP pam.d $root$docdir/" hook_add postpatch 5 'mv -v chfn chfn.in; mv -v chsh chsh.in' # 64bit libdir fix fix64_pam_ldap() { sed -i "s,with_ldap_dir[/]lib,with_ldap_dir/${libdir##*/},g" configure.in aclocal; autoconf } [[ $libdir = *lib64 ]] && hook_add preconf 5 fix64_pam_ldap