mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
3523. [contrib] Ported filesystem and ldap DLZ drivers to dynamically-loadable modules, and added the "wildcard" module based on a contribution from Vadim Goncharov <vgoncharov@nic.ru>. [RT #23569]
10 lines
361 B
Text
10 lines
361 B
Text
These files were used for testing on Ubuntu Linux using OpenLDAP.
|
|
|
|
- Move aside /etc/ldap/slapd.d
|
|
- Move slapd.conf to /etc/ldap
|
|
- Move dlz.schema to /etc/ldap/schema/dlz.schema
|
|
- Run "/etc/init.d/slapd restart"
|
|
- Run "ldapadd -x -f example.ldif -D 'cn=Manager,o=bind-dlz' -w secret"
|
|
|
|
LDAP server is now loaded with example.com data from the file example.ldif
|
|
|