role slapd: ajout
This commit is contained in:
11
templates/change_suffix_and_dit_admin.ldif
Normal file
11
templates/change_suffix_and_dit_admin.ldif
Normal file
@@ -0,0 +1,11 @@
|
||||
dn: olcDatabase={2}hdb,cn=config
|
||||
changetype: modify
|
||||
replace: olcsuffix
|
||||
olcsuffix: {{ ldap_suffix }}
|
||||
-
|
||||
replace: olcrootdn
|
||||
olcrootdn: {{ ldap_admin_dn }}
|
||||
-
|
||||
replace: olcrootpw
|
||||
olcrootpw: {{ ldap_admin_password }}
|
||||
|
||||
2
templates/ldap.conf
Normal file
2
templates/ldap.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
URI ldap://localhost/
|
||||
BASE {{ ldap_suffix }}
|
||||
Reference in New Issue
Block a user