Displaying 1 result from an estimated 1 matches for "shirenetemailaddress".
2006 Apr 26
1
ldap and user_filter
...ser part in user at domain, same as %u if there's no domain
# %d - domain part in user at domain, empty if user there's no domain
#user_filter = (&(objectClass=posixAccount)(uid=%u))
In order to match my scheme I changed it to
user_filter = (&(objectClass=shireNetEmailaccount)
(shireNetEmailAddress=%u))
This should match my courier setup of
##NAME: LDAP_MAIL:0
#
# Here's the field on which we query
#LDAP_MAIL mail
LDAP_MAIL shireNetEmailAddress
---
Anyway, it appears from the logs that my user_filter is being ignored
as I get the following in the log
d...