File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ldaptoolbox_openldap_syncrepl:
43
43
tls_crlcheck : " none"
44
44
filter : " (objectclass=*)"
45
45
schemachecking : " on"
46
- ldaptoolbox_openldap_suffix : " dc=my-organization,dc=com"
46
+ ldaptoolbox_openldap_sasl_suffix : " dc=my-organization,dc=com"
47
47
ldaptoolbox_openldap_sasl_servers : " ldap://localhost"
48
48
ldaptoolbox_openldap_sasl_binddn : " cn=saslaccount,dc=my-domain,dc=com"
49
49
ldaptoolbox_openldap_sasl_bindpw : " {{ ldaptoolbox_openldap_sasl_bindpw_vault }}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ldap_servers: {{ ldaptoolbox_openldap_sasl_servers }}
10
10
# Parametres de recherche sur AD
11
11
# ----------------------------------
12
12
ldap_timeout: 10
13
- ldap_search_base: {{ ldaptoolbox_openldap_suffix }}
13
+ ldap_search_base: {{ ldaptoolbox_openldap_sasl_suffix }}
14
14
ldap_filter: sAMAccountName=%u
15
15
16
16
# Utilisateur pour se connecter a l'AD
You can’t perform that action at this time.
0 commit comments