2014-12-20 | Paul Boddie | raw annotate files changeset graph | Removed Kolab schema references from resource searches. |
1 server_host = $ldap_host 2 server_port = $ldap_port 3 version = 3 4 search_base = $ldap_base_dn 5 scope = sub 6 7 domain = ldap:/etc/postfix/ldap/mydestination.cf 8 9 bind_dn = $ldap_service_bind_dn 10 bind_pw = $ldap_service_password 11 12 query_filter = (&(|(mail=%s)(alias=%s))(&(!(objectclass=inetOrgPerson))(objectclass=mailRecipient))) 13 result_attribute = mail 14 result_format = <resources+%s>