Advanced ldap query

D

Dalholm

I need to write an ldap query which will allow me to detect if a user
has changed SMTP address...
I set a ExtensionAttribute7 with the value of the MAIL attribute, now
I need to get the resultset from an ldap query where
ExtensionAttribute7 differs from MAIL

something like: (&(ExtensionAttribute7<>mail))

but I seem to need a prefix for mail (currentObject.mail) or
something???

/Anders
 
J

Joe Richards [MVP]

Do you mean that it looks up the mail attribute and then compares that with the
extension attribute? If so, no, you can't do that with LDAP, any LDAP, not just
MS LDAP.

joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

operation similar SQL's JOIN in LDAP? 4
run LDAP query agains AD-domain? 1
LDAP Query 3
custom LDAP query 2
LDAP Query Error 1
LDAP + AD 3
LDAP Query Policy maxpagesize 1
novice LDAP query help 5

Top