2015-01-22 | Paul Boddie | file changeset files shortlog | Introduced a common DTSTAMP update method. |
paul@132 | 1 | server_host = $ldap_host |
paul@132 | 2 | server_port = $ldap_port |
paul@132 | 3 | version = 3 |
paul@132 | 4 | search_base = $ldap_base_dn |
paul@132 | 5 | scope = sub |
paul@132 | 6 | |
paul@132 | 7 | domain = ldap:/etc/postfix/ldap/mydestination.cf |
paul@132 | 8 | |
paul@132 | 9 | bind_dn = $ldap_service_bind_dn |
paul@132 | 10 | bind_pw = $ldap_service_password |
paul@132 | 11 | |
paul@144 | 12 | query_filter = (&(|(mail=%s)(alias=%s))(objectclass=inetorgperson)) |
paul@132 | 13 | result_attribute = mail |