T
Tim Osborn
I want to use AD for authentication, but store personalization info in
ADAM. I will create a user object in ADAM to hold custom info. That
object will have an attribute that holds the objectGuid from the
associated AD user. After authenticating against AD, I want to use the
objectGuid to look up the associated ADAM user to get the
personalization info.
The recommendation is to use an indexed attribute in the ADAM object
to hold the objectGuid. How do I locate/create/ensure that the
attribute on my custom ADAM user is indexed?
Once AD authentication succeeds, how do I programmatically locate
(e.g. using System.DirectoryServices) the ADAM user with the attribute
value equal to the AD user's objectGuid?
ADAM. I will create a user object in ADAM to hold custom info. That
object will have an attribute that holds the objectGuid from the
associated AD user. After authenticating against AD, I want to use the
objectGuid to look up the associated ADAM user to get the
personalization info.
The recommendation is to use an indexed attribute in the ADAM object
to hold the objectGuid. How do I locate/create/ensure that the
attribute on my custom ADAM user is indexed?
Once AD authentication succeeds, how do I programmatically locate
(e.g. using System.DirectoryServices) the ADAM user with the attribute
value equal to the AD user's objectGuid?