This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye/ldap/README

18 lines
415 B
Plaintext

1) Install the schema
For example with OpenLDAP. Copy mandaye.schema in /etc/ldap/schema.
Add the following line into your slapd.conf :
include /etc/ldap/schema/mandaye.schema
Restart your OpenLDAP
2) Initialisation
Check default_entries_example.ldif and change it for your OpenLDAP configuration.
Load it like that :
ldapadd -x -W -D 'cn=admin,dc=entrouvert,dc=lan' -f default_entries_example.ldif