2017-10-16 | Paul Boddie | raw annotate files changeset graph | Fixed control-flow error when preparing updated periods. | client-editing-simplification |
1 server_host = $LDAP_HOST 2 server_port = $LDAP_PORT 3 version = 3 4 search_base = $LDAP_BASE_DN 5 scope = sub 6 7 bind_dn = $LDAP_SERVICE_BIND_DN 8 bind_pw = $LDAP_SERVICE_PASSWORD 9 10 query_filter = (&(|(mail=%s)(alias=%s))(objectclass=inetorgperson)) 11 result_attribute = mail 12 result_format = people-outgoing+%s