Re: [Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-18 Thread Geert Bevin
Wonderful! Several people have asked for it in the past, it would be a very welcome contribution to the project. On 18 Apr 2007, at 14:17, Eskil Lauritsen wrote: Thank you, Geert! That worked perfectly. We have now functioning LDAP authentication in our webapp. Has integrating LDAP authent

Re: [Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-18 Thread Eskil Lauritsen
Thank you, Geert! That worked perfectly. We have now functioning LDAP authentication in our webapp. Has integrating LDAP authentication directly in RIFE been considered? Sincerely Eskil Lauritsen On 4/18/07, Geert Bevin <[EMAIL PROTECTED]> wrote: Just LDAPUsers.java and LDAPUsersFactory.java s

Re: [Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-17 Thread Geert Bevin
Just LDAPUsers.java and LDAPUsersFactory.java should suffice and setting its name as a 'credentialsmanagerfactory_class' property of a regular authentication element. On 16 Apr 2007, at 13:29, Eskil Lauritsen wrote: Hi, Geert In addition to LDAPUsers.java and LDAPUsersFactory.java, what mo

Re: [Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-16 Thread Eskil Lauritsen
Hi, Geert In addition to LDAPUsers.java and LDAPUsersFactory.java, what more files do we need? Do we need a LDAPAuthenticatedDeployer.java and LDAPAuthenticated.java too? Also, which XML-file do we use for the setting of the properties? main.xml? Just like any element? etc? Sincerely Eskil La

Re: [Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-13 Thread Geert Bevin
Hi Eskil, using the upcoming RIFE 1.6, it's very easy to plug in your own credentials manager into an authentication element. There are no docs about that yet, but you can do this by setting the "credentialsmanagerfactory_class" property to the class of your CredentialsManagerFactory. Thi

[Rife-users] LDAP using jLDAP and RIFE credential manager

2007-04-13 Thread Eskil Lauritsen
We're trying to make a credentials manager for authenticating against LDAP. We've written some code but we're unsure about what to do next, or if the code is correct. Any ideas? Code: package com.uwyn.rife.authentication.credentialsmanagers; import com.novell.ldap.*; import com.uwyn.rife.auth