Skip to content

Commit 8d2c77b

Browse files
author
David Coutadeur
committed
clean saslauthd.conf template
1 parent 630117b commit 8d2c77b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/etc/saslauthd.conf.j2

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
# CONFIGURATION SASL
33
# #############################################
44

5-
# Liste des serveurs AD disponibles
5+
# Servers
66
# ----------------------------------
7-
# ldap_servers: ldaps://spar-pont-01.afp.local ldap://spar-ctrl-02.afp.local ldap://spar-ctrl-01.afp.local
87
ldap_servers: {{ ldaptoolbox_openldap_sasl_servers }}
98

10-
# Parametres de recherche sur AD
9+
# search parameters
1110
# ----------------------------------
1211
ldap_timeout: 10
1312
ldap_search_base: {{ ldaptoolbox_openldap_sasl_suffix }}
1413
ldap_filter: sAMAccountName=%u
1514

16-
# Utilisateur pour se connecter a l'AD
15+
# account credentials
1716
# ----------------------------------
1817
ldap_bind_dn: {{ ldaptoolbox_openldap_sasl_binddn }}
1918
ldap_password: {{ ldaptoolbox_openldap_sasl_bindpw }}
2019

21-
# Autre ...
20+
# others
2221
# ----------------------------------
2322
ldap_deref: never
2423
ldap_restart: yes

0 commit comments

Comments
 (0)