slackbuilds_ponce/network/openldap-server/README
Giuseppe Di Terlizzi 683caa309d network/openldap-server: Added (OpenLDAP server).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-08 06:57:49 +07:00

22 lines
512 B
Text

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