1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sasl/saslauthd.conf Fri Oct 05 22:37:14 2012 +0200 1.3 @@ -0,0 +1,55 @@ 1.4 +## 1.5 +## saslauthd.conf -- SASL Authentication Daemon Configuration 1.6 +## 1.7 + 1.8 +# white space separated list of LDAP servers 1.9 +ldap_servers: ldap://127.0.0.1 1.10 + 1.11 +# authentication for restricted LDAP servers 1.12 +#ldap_bind_dn: cn=operator,ou=Profile,o=example.com 1.13 +#ldap_bind_pw: secret 1.14 + 1.15 +# LDAP version to use (2|3) 1.16 +#ldap_version 3 1.17 + 1.18 +# LDAP timeout 1.19 +#ldap_timeout 5 1.20 + 1.21 +# LDAP aliases (search|find|always|never) 1.22 +ldap_deref: never 1.23 + 1.24 +# follow LDAP referrals ? 1.25 +ldap_referrals: no 1.26 + 1.27 +# restart LDAP I/O operations that fail ? 1.28 +ldap_restart: yes 1.29 + 1.30 +# search scope (sub|one|base) 1.31 +#ldap_scope: sub 1.32 + 1.33 +# starting point for a search 1.34 +ldap_search_base: MUST-SPECIFY 1.35 + 1.36 +# authenticate against LDAP (bind|custom|fastbind) 1.37 +ldap_auth_method: bind 1.38 + 1.39 +# Filter LDAP records, %u = username, %r = realm 1.40 +# if ldap_auth_method is 'bind' the filter searches for the DN 1.41 +# otherwise the filter searches for the userPassword attribute 1.42 +#ldap_filter: uid=%u 1.43 + 1.44 +# debugging LDAP operation 1.45 +#ldap_debug 0 1.46 + 1.47 +# require and verify server certificate 1.48 +#ldap_tls_check_peer: no 1.49 +#ldap_tls_cacert_file: 1.50 +#ldap_tls_cacert_dir: 1.51 + 1.52 +# list of SSL/TLS ciphers to allow 1.53 +#ldap_tls_ciphers: DEFAULT 1.54 + 1.55 +# files containing client certificate and key 1.56 +#ldap_tls_cert: 1.57 +#ldap_tls_key: 1.58 +