From 9f9c5a0ceaba72e23365540c713cab69de7ad4d1 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 29 Mar 2018 22:32:47 +0200 Subject: [PATCH] README.md spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d267b59..f35452d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Add your basedn to basedn (eg: `echo o=denkn,c=at > basedn`). -For initialization, first shutdown slapd and delete `/var/lib/ldap/` (you will lost all your data!), +For initialization, first shutdown slapd and delete `/var/lib/ldap/` (you will loose all of your data!), then use `./90.root.ldif | slapadd -b \`cat basedn\` -v`. Now you can start slapd again.