user-avatar
Today is Monday
April 29, 2024

Tag: documentation

October 5, 2009

LDAP LDAP LDAP

by viggy — Categories: Uncategorized — Tags: , Leave a comment

Install::

To run a LDAP server, you need to install slapd package.
To do various work on LDAP, you need libldap and ldap-utils package.

While installing you are asked for a DN, which will be the main path for your LDAP server. IT is something similar to domain names, and the DN that you specify will be the name of the root of your LDAP directory. You will have to access the LDAP server using the DN.

Configuration::

the configuration of the slapd is stored in slapd.conf. This is a good document about slapd configuration file, http://www.openldap.org/doc/admin24/slapdconfig.html

Adding data::

Data can be added in the LDAP server using ldapadd and ldapmodify commands. You can either store the different data in a file and then supply the file as an argument to the ldapadd command or directly specify the data in ldapadd command.

Need to improve this post many times any folds.