fix readme
This commit is contained in:
parent
43587fecce
commit
0d77880e0a
|
@ -1,7 +1,9 @@
|
||||||
Add your basedn to basedn (eg: `echo o=denkn,c=at > basedn`).
|
Add your basedn to basedn (eg: `echo o=denkn,c=at > basedn`).
|
||||||
|
|
||||||
For initialization, first shutdown slapd and delete `/var/lib/ldap/` (you will loose all of your data!),
|
For initialization, first shutdown slapd and delete `/var/lib/ldap/` (you will loose all of your data!),
|
||||||
then use `./90.root.ldif.sh | slapadd -b \`cat basedn\` -v`.
|
then use:
|
||||||
|
|
||||||
|
./90.root.ldif.sh | slapadd -b `cat basedn` -v
|
||||||
|
|
||||||
For adding 10 and 20 use:
|
For adding 10 and 20 use:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue