P
Peter K
Hi
one of our clients has a CMS which uses an in-built "MembershipProvider"
based on an sql-server database.
They would instead like to use their LDAP system for user management (users,
roles and so on) in the CMS. This is possible, as the CMS can be configured
to use any compatible "MembershipProvider" - I just have to write a class
that inherits from System.Web.Security.MembershipProvider.
Does anyone know if there are any "LDAP Membership Provider" libraries
already available - preferably written in c#, and preferably compatible with
Novell LDAP (I think there are differences between various LDAP
implementations?).
If not, what are good references on developing a MembershipProvider class
for LDAP? It appears that MembershipProvider requires about 30 properties
and methods to be implemented - is that correct? It seems rather a lot...
So far I've been reading through Microsoft's information, such as:
http://msdn.microsoft.com/en-us/library/f1kyba5e(VS.80).aspx
Any pointers would be gratefully received. (LDAP is relatively new to me, as
is MembershipProvider).
Thanks,
Peter
one of our clients has a CMS which uses an in-built "MembershipProvider"
based on an sql-server database.
They would instead like to use their LDAP system for user management (users,
roles and so on) in the CMS. This is possible, as the CMS can be configured
to use any compatible "MembershipProvider" - I just have to write a class
that inherits from System.Web.Security.MembershipProvider.
Does anyone know if there are any "LDAP Membership Provider" libraries
already available - preferably written in c#, and preferably compatible with
Novell LDAP (I think there are differences between various LDAP
implementations?).
If not, what are good references on developing a MembershipProvider class
for LDAP? It appears that MembershipProvider requires about 30 properties
and methods to be implemented - is that correct? It seems rather a lot...
So far I've been reading through Microsoft's information, such as:
http://msdn.microsoft.com/en-us/library/f1kyba5e(VS.80).aspx
Any pointers would be gratefully received. (LDAP is relatively new to me, as
is MembershipProvider).
Thanks,
Peter