I have a custom attribute added to User OU, I want to store multiple
information in this attribute like in an table:
Application Name1 , User Name1, Password1
Application Name2 , User Name2, Password2
etc...
There could be many application with different user names and password
for any given user.
what would you recommend?
Thanks,
Suresh
--
sureshpalani
------------------------------------------------------------------------
sureshpalani's Profile: http://forums.techarena.in/members/162371.htm
View this thread: http://forums.techarena.in/active-directory/1286914.htm
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"sureshpalani" <sureshpal...@DoNotSpam.com> wrote in message
news:sureshpal...@DoNotSpam.com...
I m not sure what apps are these, isnt it possible to use the
application to integrate with AD ? using Kerberos or LDAPS
that way u dont have to manage multiple user ids and password.