November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
I know that we at least support LDAP, but Novell I have no idea about.
I've found how you configure the LDAP connection:
http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Configuration---Active-Directory-Membership-Provider/
And that should be enough for supporting Novell I think.
But there is no good documentation for it, or how to import the user groups (if there is, I haven't found it yet).
Yeah, unfortunately (for you) we use Microsoft.NET standard AD provider. So I think you need to create your own provider for Novell...
I'm afraid not.... I would use Reflector and look at the EPiServer.Security.ActiveDirectoryProvider, which inherits from EPiServer.Web.Security.RoleProvider. Then I would search the net on how to create a Membership LDAP provider for Novell. As it is standard Microsoft technology we are using, it shouldn't be that hard if you find some .NET examples.
But Reflector is your (only) friend!
NJupiter library provides MembershipProvider and RoleProvider for generic LDAP connections. It's tested against Novell.
http://code.google.com/p/njupiter/
It's useful with Active Directory as the builtin providers use SMB over TCP (port 445) in addition to LDAP (port 389). With nJupiter you only require access to the Active Directory LDAP port.
Johan Walsh: If you mean nJupiter.DataAccess.Ldap the answer is yes ;) I am the author of the component and I have it in production on several servers using eDirectory.
I have also heard about reports by other people using it in production environment together with eDirectory. Unfortunately I didn't know about System.DirectoryServices.Protocols when I wrote this component so it is written with the old System.DirectoryServices-components which uses COM-wrappers and the error messages those components generates are some times very hard to interpret, but I have written a small troubleshooter on the bottom of this page http://code.google.com/p/njupiter/wiki/nJupiterDataAccessLdap
If you still not get it up and running with those instructions, don't hesitate to contact me.
//Martin
Hi,
I've been reading the manual for 4.62 (the current version in production for a client) and the manual for 6.0.
And there is no way of knowing if LDAP and Novell is supported in the 6.0, there is no section for it.
Only Windows (Active Directory), EPi or other database.
Is LDAP and Novell supported for importing user groups at all?
// Carl