Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README
ldap.conf
libnss-ldap.conf
nsswitch.conf
pam_ldap.conf

README

#Configure LDAP for Cyberpipe (https://help.ubuntu.com/community/LDAPClientAuthentication)
#========================================

git clone git://github.com/brodul/kiberpipa-ldap-config.git

aptitude install libpam-ldap libnss-ldap nss-updatedb libnss-db
cp kiberpipa-ldap-config/pam_ldap.conf /etc/pam_ldap.conf
cp kiberpipa-ldap-config/ldap.conf /etc/
cp kiberpipa-ldap-config/libnss-ldap.conf /etc/
cp kiberpipa-ldap-config/nsswitch.conf /etc/
mv /etc/ldap/ldap.conf /etc/ldap/ldap.confBACKUP
ln -s /etc/ldap.conf /etc/ldap/ldap.conf
ln -s /etc/libnss-ldap.conf /etc/ldap/

You can’t perform that action at this time.