diff options
Diffstat (limited to 'network/openldap-server/README')
-rw-r--r-- | network/openldap-server/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/network/openldap-server/README b/network/openldap-server/README new file mode 100644 index 0000000000..6a31d75bf8 --- /dev/null +++ b/network/openldap-server/README @@ -0,0 +1,22 @@ +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 |