On Fri Mar 24 2006 at 13:32:41 CET, Karsten Römke wrote:
> Now I want to authenticate the same but under a
> different name - the email-Name, eg
> not user xyz but user xyz.theo
Search your directory for the attribute type and value you are looking for
e.g. (&(objectclass=inetOrgPerson)([EMAIL PROTECTED])) and
retrieve the distinguished name (DN). Then you can use that DN with the
password supplied by the user to bind to the directory. If the bind
succeeds, you know that the credentials are correct.
I note that you have no mail: attribute type in the LDIF above.
-JP
---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the
SUBJECT of the message.