imip-agent

conf/exim/890_exim4-config_ldap_people

496:b59babfd290d
2015-04-06 Paul Boddie Fixed empty attendee removal; removed superfluous position information from the attendee-adding control elements; removed a superfluous time zone lookup.
     1 LDAP_PERSON_QUERY = (&(|(mail=${quote_ldap:${local_part}}@${domain})(alias=${quote_ldap:${local_part}}@${domain}))(objectclass=inetorgperson))     2      3 ldap_person:     4   debug_print = "R: ldap_person for $local_part@$domain"     5   driver = accept     6   condition = ${if eq {}{${lookup ldap{ \     7     user="$ldap_service_bind_dn" \     8     pass=$ldap_service_password \     9     ldap://$ldap_host:$ldap_port/$ldap_base_dn?mail?sub?LDAP_PERSON_QUERY} \    10     }}{no}{yes}}    11   transport = people_transport    12   cannot_route_message = Unknown user