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

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

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? element id=LDAPUsers

[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