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]))