Installing Required Software

Ubuntu

apt-get install slapd ldaputils libldap libldap2-dev openssl ldapscripts libpam-ldap ldap-client

During installation, you will be asked to configure ldap-auth-config. For this example, and for general compsoc website development, the following are the recommended answers:

ldap server name: ldapi://localhost/
Distinguished name of the search base: dc=compsoc,dc=nuigalway,dc=ie
LDAP version to use: 3
Make local root database admin: yes
Does the LDAP database require login: no
LDAP account for root: cn=admin,dc=compsoc,dc=nuigalway,dc=ie
LDAP root account password: password

Gentoo

emerge openldap pam_ldap nss_ldap

Configuring LDAP Server

Next step is to modify the ldap server config file /etc/slapd.conf

Resources

 
how_to/setup_ldap.txt · Last modified: 2008/09/05 10:40 by felix
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki