Difference between revisions of "Pam ldap"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.padl.com/download/pam_ldap-184.tar.gz |} {{Package-Introduction|The pam_ldap module...)
 
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://www.padl.com/download/pam_ldap-184.tar.gz
+
| http://www.padl.com/download/pam_ldap-{{pam_ldap-Version}}.tar.gz
 
|}
 
|}
  

Revision as of 18:50, 15 November 2008

Download Source: http://www.padl.com/download/pam_ldap-184.tar.gz

Introduction to Pam ldap

The pam_ldap module provides the means for Solaris and Linux servers and workstations to authenticate against LDAP directories, and to change their passwords in the directory.

Project Homepage: http://www.padl.com/OSS/pam_ldap.html

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr --libdir=/lib \
    --sysconfdir=/etc --mandir=/usr/share/man &&
make

Install the package:

make install &&
chmod -v 755 /lib/security/pam_krb5.so

Multilib

32Bit

todo

N32

todo

64Bit

todo

Configuring