| 123456789101112131415161718192021222324252627282930 | # This is an example of LDAP (simple auth) authentication#id           = 102type         = ldap_simple_authname         = LDAP Simple Authis_activated = true[config]host               = mydomain.comport               = 636# 0 - Unencrypted, 1 - LDAPS, 2 - StartTLSsecurity_protocol  = 0skip_verify        = falsebind_dn            = bind_password      = user_base          = user_dn            = cn=%s,ou=Users,dc=mydomain,dc=comattribute_username = attribute_name     = attribute_surname  = attribute_mail     = mailattributes_in_bind = falsefilter             = (&(objectClass=posixAccount)(cn=%s))admin_filter       = group_enabled      = falsegroup_dn           = group_filter       = group_member_uid   = user_uid           = 
 |