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
Jérôme Schneider d8b9963cf0 ldap: add an example ldif and a very short README 2014-09-19 17:57:51 +02:00
..
README ldap: add an example ldif and a very short README 2014-09-19 17:57:51 +02:00
default_entries_example.ldif ldap: add an example ldif and a very short README 2014-09-19 17:57:51 +02:00
mandaye.schema backends: implement a new ldap storage backend 2014-09-16 09:37:08 +02:00

README

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