Posts

Showing posts from November, 2008

LDAP server on Debian ETCH

Image
INSTALLATION apt-get install slapd ldap-utils libldap-2.4-2 libdb4.6 During installion it will ask you questions like passwd or domain name (it did not ask my installation) Administrator password: password Confirm password: password CONFIGURATION Client side : (Remember same system is serving as client and server.) Edit /et/ldap/ldap.conf BASE dc=fizaan, dc=com #URI ldap://ldap.example.com ldap://ldap-master.example.com:666 URI ldap://10.0.2.15 #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never Server Configuration These Schemas by default are included, if not make sure they are included. # Schema and objectClass definitions include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/inetorgperson.schema Change the log level from 0 to 256 loglevel 256 Data base, you can change if you want different. I m using default. database bdb Your domain name...