Open GoogleCodeExporter opened 9 years ago
You can use any valid ldap filter.
"(|(objectcategory=user)(objectcategory=contact))" would be atuomatically
appended to the filter that you have specified.
Original comment by jaideepg...@google.com
on 30 May 2011 at 12:57
So in my case I just have to add:
<!-- Custom LDAP query for Active Directory lookup -->
<add key="Exchange.LDAPQuery" value="(proxyAddresses=SMTP:{0})"/>
[0] will be substituted by searched email address? Is it correct?
Original comment by webmas...@antair.org.ua
on 30 May 2011 at 2:57
No, {0} will not be replaced by email address. You can you some regular
expression which matches all the users. ex. mail=*@test.com
Original comment by jaideepg...@google.com
on 1 Jun 2011 at 12:30
Original issue reported on code.google.com by
webmas...@antair.org.ua
on 27 May 2011 at 2:05