|
- # LDAP authentication
- #
- id = 101
- type = ldap_bind_dn
- name = LDAP BindDN
- is_activated = true
-
- [config]
- host = LDAP_SERVER_HOST
- port = 389
- # 0 - Unencrypted, 1 - LDAPS, 2 - StartTLS
- security_protocol = 0
- skip_verify = false
- bind_dn = LDAP_BIND_DN
- bind_password = LDAP_BIND_PWD
- user_base = LDAP_SEARCH_BASE
- #user_dn =
- attribute_username = uniqueIdentifier
- attribute_name = givenName
- attribute_surname = sn
- attribute_mail = mail
- attributes_in_bind = false
- filter = (&(objectclass=*)(|(uniqueIdentifier=%s)(mail=%s)))
- admin_filter =
- group_enabled = false
- group_dn =
- group_filter =
- group_member_uid =
- user_uid =
|