diff --git a/README.md b/README.adoc similarity index 89% rename from README.md rename to README.adoc index 7713ed3..86cc34a 100644 --- a/README.md +++ b/README.adoc @@ -1,5 +1,5 @@ Pre -=== +--- Install slapd and ldap-utils: @@ -17,7 +17,7 @@ Add your basedn to file `basedn`: echo dc=example,dc=net > basedn Init -==== +---- Usefull defaults for security (better Passwordhashes): @@ -25,7 +25,7 @@ Usefull defaults for security (better Passwordhashes): ldapmodify -H ldapi:// -Y EXTERNAL -f 20.passwordhash.ldif BaseDN -====== +------ These steps will erase your database. If you do not want to change your BaseDN, skip this step. @@ -37,9 +37,10 @@ You can change it any time. ./30.root.ldif.sh | sudo -u openldap -i slapadd -vb `cat basedn` Clientconfig -============ +------------ -Add these lines to `/etc/ldap/ldap.conf`: +Some lines should be added to `/etc/ldap/ldap.conf`. +These would set defaults, so you could omit `-H ldapi://` and `-D DN`. cat >> /etc/ldap/ldap.conf <