Well, from my perspective there isn't really too much to this. Assuming
that the client already has the schema worked out for the objects and
attributes they want to use for storage of this data, you just need some
LDAP code to read and write it (maybe only read within the applications
themselves) and decrypt it.
You've got a couple of options for programming LDAP in .NET 2+:
System.DirectoryServices (based on ADSI) and
System.DirectoryServices.Protocols (using direct LDAP API calls). Either
should work for this.
If you want to get up to speed on .NET LDAP programming, my book (see link
in sig) is a good way to go and is also just about the only thing out there.
:)
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Naraendirakumar R.R." <nospam@nospam.comwrote in message
news:OGZaYkcUIHA.5264@TK2MSFTNGP02.phx.gbl...
Quote:
Joe:
Thank you for the response.
>
Yes. The current thinking is that we would create a seperate OU to
contain all application specific settings. They do something similar
using JNDI over LDAP at this point. So, this is an attempt to mimic that
practice on the .NET stack.
>
Yes the plan is to encrypt data.
>
I was hoping there would be a way to map the .NET config classes to use
LDAP as the backing store for config info. Or atleast somebody else might
be aware of a partial solution.
>
I haven't stayed current on the AD technology. I remember from some 2001
work we did, that we decided to have stored proc references in AD as a way
of advertising services to the enterprise. Our team picked up this
technique from one of the SQL Pass sessions we attended. I haven't
been able to find a reference on the web now.
>
I appreciate insights or comments you might have.
>
Cheers,
-Naraen
>