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.
|
- ldap_servers: ldap://${LDAP_SERVER_HOST}
- ldap_bind_dn: ${LDAP_BIND_DN}
- ldap_bind_pw: ${LDAP_BIND_PWD}
- ldap_timeout: 10
- ldap_time_limit: 10
- ldap_scope: sub
- ldap_search_base: ${LDAP_SEARCH_BASE}
- ldap_auth_method: bind
- ldap_filter: (&(uniqueIdentifier=%u)(mailEnabled=TRUE))
- ldap_debug: 0
- ldap_verbose: off
- ldap_ssl: no
- ldap_starttls: no
- ldap_referrals: yes
|