From d598c713872162b1c7f591a982788668c197200a Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 4 Apr 2018 18:53:32 +0200 Subject: [PATCH] README.md -> README.adoc --- README.md => README.adoc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename README.md => README.adoc (89%) 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 <