Home All Groups Group Topic Archive Search About

ActiveDirectoryMembershipProvider against non microsoft LDAP

Author
1 Sep 2006 5:12 AM
tomschuring
hello,

is it possible to configure the ActiveDirectoryMembershipProvider to
talk to a non-microsoft LDAP server such as novell eDirectory ?

all the config settings only specify a standard LDAP connection string,
so i am hopefull it can be done.

if it can't be done, is there an LDAPMembershipProvider available
somewhere or do i need to write this myself ?

best regards,
tom

Author
1 Sep 2006 2:08 PM
Joe Kaplan
It might be possible, but I'm not aware of anyone who has done it yet.
There was another message thread just a day or two ago from someone who was
using the provider with ADAM, but using a different objectClass for users
rather than "user".  He ended up needing to reimplement part of the code to
support that.

It is worth a shot.  The provider also supports inheritance and is easy to
reverse engineer if you need to make small modifications.

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
--
<tomschur***@gmail.com> wrote in message
Show quoteHide quote
news:1157087566.882046.19260@b28g2000cwb.googlegroups.com...
> hello,
>
> is it possible to configure the ActiveDirectoryMembershipProvider to
> talk to a non-microsoft LDAP server such as novell eDirectory ?
>
> all the config settings only specify a standard LDAP connection string,
> so i am hopefull it can be done.
>
> if it can't be done, is there an LDAPMembershipProvider available
> somewhere or do i need to write this myself ?
>
> best regards,
> tom
>