Usefull defaults for LDAP provided by ldifs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ldifs/00.suffix.ldif.sh

13 lines
185 B

#!/bin/sh
basedn=`cat basedn`
cat <<EOF
dn: olcDatabase={1}mdb,cn=config
changetype: modify
replace: olcSuffix
olcSuffix: $basedn
-
replace: olcRootDN
olcRootDN: cn=admin,$basedn
EOF