slackbuilds_ponce/network/openldap-server
..
doinst.sh
openldap-server.info
openldap-server.SlackBuild
rc.openldap
README
README.SLACKWARE
slack-desc
slapd

OpenLDAP Server

OpenLDAP is an open source implementation of the Lightweight Directory
Access Protocol.

The suite includes:

  * slapd - stand-alone LDAP daemon (server)
  * libraries implementing the LDAP protocol
  * utilities, tools, and sample clients.


Groupname and Username

You must have the 'ldap' group and user to run this script,
for example:

  groupadd -g 330 ldap
  useradd -u 330 -d /var/lib/openldap -s /bin/false -c "OpenLDAP server" -g ldap ldap


For more information see README.SLACKWARE