# HG changeset patch # User Paul Boddie # Date 1414692460 -3600 # Node ID 7f76c5133b4627467cfd64c9dc30c4785bf01186 # Parent 6b06a116e90bcd255138d3f069655fa22fd087cb Fixed debug messages. diff -r 6b06a116e90b -r 7f76c5133b46 conf/exim/890_exim4-config_ldap_people --- a/conf/exim/890_exim4-config_ldap_people Wed Oct 29 18:46:58 2014 +0100 +++ b/conf/exim/890_exim4-config_ldap_people Thu Oct 30 19:07:40 2014 +0100 @@ -1,7 +1,7 @@ LDAP_PERSON_QUERY = (&(|(mail=${quote_ldap:${local_part}}@${domain})(alias=${quote_ldap:${local_part}}@${domain}))(objectclass=kolabinetorgperson)) ldap_person: - debug_print = "R: ldap_user for $local_part@$domain" + debug_print = "R: ldap_person for $local_part@$domain" driver = accept condition = ${if eq {}{${lookup ldap{ \ user="$ldap_service_bind_dn" \ diff -r 6b06a116e90b -r 7f76c5133b46 conf/exim/890_exim4-config_ldap_resources --- a/conf/exim/890_exim4-config_ldap_resources Wed Oct 29 18:46:58 2014 +0100 +++ b/conf/exim/890_exim4-config_ldap_resources Thu Oct 30 19:07:40 2014 +0100 @@ -1,7 +1,7 @@ LDAP_RESOURCE_QUERY = (&(|(mail=${quote_ldap:${local_part}}@${domain})(alias=${quote_ldap:${local_part}}@${domain}))(kolabFolderType=event)) ldap_resource: - debug_print = "R: ldap_user for $local_part@$domain" + debug_print = "R: ldap_resource for $local_part@$domain" driver = accept condition = ${if eq {}{${lookup ldap{ \ user="$ldap_service_bind_dn" \