A users email address attribute is called 'mail'. You can perform an LDAP
query using something like LDP or the tool of your choice. The search filter
for your own email address would be:
(&(objectClass=user)([email protected]))
Although they, being the LDAP guru's herein, recommend objectCategory; as
object class can (but probably won't in this case but can in most instances)
contain computers.
A users email address attribute is called 'mail'. You can perform an LDAP
query using something like LDP or the tool of your choice. The search filter
for your own email address would be:
(&(objectClass=user)([email protected]))
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.