bind9/contrib/dlz/modules/ldap/testing
Tom Krizek 5893debf46
Remove trailing whitespace from all text files
I've used the following command to remove the trailing whitespace for
all tracked text files:

git grep -Il '' | xargs sed -i 's/[ \t]*$//'
2023-06-13 15:05:40 +02:00
..
dlz.schema added DNAME support to DLZ LDAP schema, and fixed a DLZ compile error 2019-02-10 11:49:01 -08:00
example.ldif added DNAME support to DLZ LDAP schema, and fixed a DLZ compile error 2019-02-10 11:49:01 -08:00
named.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
README [master] DLZ modules: filesystem, ldap, wildcard 2013-03-11 17:03:46 -07:00
slapd.conf Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00

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