2016-04-22 | Paul Boddie | file changeset files shortlog | Determine store users by also looking in the objects and recurrences tables. | freebusy-collections |
paul@1109 | 1 | server_host = $LDAP_HOST |
paul@1109 | 2 | server_port = $LDAP_PORT |
paul@90 | 3 | version = 3 |
paul@1109 | 4 | search_base = $LDAP_BASE_DN |
paul@90 | 5 | scope = sub |
paul@90 | 6 | |
paul@1109 | 7 | bind_dn = $LDAP_SERVICE_BIND_DN |
paul@1109 | 8 | bind_pw = $LDAP_SERVICE_PASSWORD |
paul@90 | 9 | |
paul@145 | 10 | query_filter = (&(|(mail=%s)(alias=%s))(&(!(objectclass=inetOrgPerson))(objectclass=mailRecipient))) |
paul@92 | 11 | result_attribute = mail |
paul@175 | 12 | result_format = resources+%s |