Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Sam
> Date: Thu, May 03, 2007 at 07:28:55PM +0200 > Subject: Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory > > thanks > that's great, and we may use it for a 3,1 server. Now we are in 3,0,18, > so I'll look at openldap The LdapAuthenticator has been available since version 3.0.19. -- S

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
thanks that's great, and we may use it for a 3,1 server. Now we are in 3,0,18, so I'll look at openldap Sam wrote: >> I'm also interested in LDAP authentification, our new customer is a big >> organization, and they want our application to use LDAP services for >> authentification. I must say t

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Sam
> I'm also interested in LDAP authentification, our new customer is a big > organization, and they want our application to use LDAP services for > authentification. I must say that I know very few about this. > > I could not find any class in resin's doc about LDAP Resin includes a class com.ca

[Resin-interest] XML View Question

2007-05-03 Thread Aaron Freeman
We have a controller JSP that looks like this: Begin Controller <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn" %> ... do some logic <%-- An exception occure

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
Thanks a lot. I think I'll first try http://www.openldap.org/jldap/ :) Bill Au wrote: > There are many tutorials/examples on the web. This one covers both > security and searches: > > http://java.sun.com/products/jndi/tutorial/ldap/ > > Bill > > On 5/3/07, *Riccardo Cohen* <[EMAIL PROTECTED]

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Bill Au
There are many tutorials/examples on the web. This one covers both security and searches: http://java.sun.com/products/jndi/tutorial/ldap/ Bill On 5/3/07, Riccardo Cohen <[EMAIL PROTECTED]> wrote: All right, but if I want to write my own one, I need to know ldap protocole :)... where do you

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
All right, but if I want to write my own one, I need to know ldap protocole :)... where do you find this ? Bill Au wrote: > I ended up writing my own authenticator extending Caucho's > AbstractAuthenticator > because I need to use ldaps and need some custom functionality. > Things should work i

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Bill Au
I ended up writing my own authenticator extending Caucho's AbstractAuthenticator because I need to use ldaps and need some custom functionality. Things should work if the default PROVIDER_URL is good for you (ie ldap://localhost:389). Bill On 5/3/07, Riccardo Cohen <[EMAIL PROTECTED]> wrote: H

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Riccardo Cohen
Hi I'm also interested in LDAP authentification, our new customer is a big organization, and they want our application to use LDAP services for authentification. I must say that I know very few about this. I could not find any class in resin's doc about LDAP, but found a page here from "Ferg" :