Tag Archive | "ldap"

Installing PHPLdapAdmin To Manage Your Ldap Server

Friday, July 3, 2009

0 Comments

I will be using lighttpd as the httpd apt-get install lighttpd php5-cgi php5-ldap php5-mhash Install PHPLdapAdmin apt-get install phpldapadmin Move your lighttpd.conf to lighttpd.conf.bak cd /etc/lighttpd mv lighttpd.conf lighttpd.conf.bak Then download this lighttpd.conf and restart lighttpd wget tuts4tech.net/files/lighttpd.conf /etc/init.d/lighttpd restart You should now be able to login to PHPLdapAdmin at http://server-ip:9090

Continue reading...

Configuring LDAP Clients

Thursday, July 2, 2009

1 Comment

Install Needed Packages We need to install the following packages on our LDAP server apt-get install libnss-ldap libpam-ldap nscd LDAP Account for root: cn=admin,dc=home,dc=local Password: your-ldap-admin-password Make local root database admin: yes Database require logging in: No Root login account: cn=admin,dc=home,dc=local Root login password: your-ldap-admin-password

Continue reading...

How to setup a LDAP Server

Wednesday, July 1, 2009

0 Comments

Installation We need to install the ldap packages apt-get install slapd ldap-utils migrationtools Answer the questions and then use dpkg to reconfigure slapd for more options dpkg-reconfigure slapd Omit OpenLDAP server configuration? ... No DNS domain name: ... home.local Name of your organization: ... home Admin Password: some-really-strong-password Confirm Password: some-really-strong-password OK BDB Do you [...]

Continue reading...