mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
23 lines
512 B
Text
23 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
|