2016-03-09 | Paul Boddie | file changeset files shortlog | Added a to_string convenience method. | freebusy-collections |
paul@950 | 1 | server_host = LDAP_HOST |
paul@950 | 2 | server_port = LDAP_PORT |
paul@101 | 3 | version = 3 |
paul@950 | 4 | search_base = LDAP_BASE_DN |
paul@101 | 5 | scope = sub |
paul@101 | 6 | |
paul@950 | 7 | bind_dn = LDAP_SERVICE_BIND_DN |
paul@950 | 8 | bind_pw = LDAP_SERVICE_PASSWORD |
paul@101 | 9 | |
paul@144 | 10 | query_filter = (&(|(mail=%s)(alias=%s))(objectclass=inetorgperson)) |
paul@101 | 11 | result_attribute = mail |
paul@101 | 12 | result_format = people-outgoing+%s |