Hi,

indeed the docs are quite out-of date.

I have it working, and it seems that the only mistake I can find is the
definition of the following bean

I think you need the full name for the constructor-arg, which is missing in
your file.

Success,

Dolf Smits
  
  <!-- Security SPI: UserSecurityHandler -->
  <bean id="org.apache.jetspeed.security.spi.UserSecurityHandler" 
 
class="org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler"
  >        
           <constructor-arg ><ref
bean="org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao"/></co
nstructor-arg>     
  </bean>


-----Original Message-----
From: Sabine Winkler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 20, 2005 16:15
To: Jetspeed Users List
Subject: LDAP Authentication problem


hi there,

we've tried out to configure J-2 (M3) working with LDAP.
We had to make some changes because the default configuration described
within the docs does not work.
the ldap.properties will not be loaded before loading the LDAP beans from
srping.
so we added the props to the jetspeed.properties.

within the security-spi-ldap-atn.xml also are some mistakes (wrong package
statements, maybe wrong class
defintion) see att to find out what we've changed.

after starting J-2 everything works fine until trying out to login with e.g.
manager and so on.
nothing happens. only an error message with "invalid user..." occures.

may be some of the developers or somebody else who tried it out can tell us
what is wrong ?

thx


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to