hi everybody,

we are trying to use the ldap-service. turbine-resources.properties are set
as follows:

services.SecurityService.user.class=org.apache.turbine.services.security.lda
p.LDAPUser
services.SecurityService.userPeer.class=org.apache.turbine.om.security.peer.
TurbineUserPeer
services.SecurityService.user.manager=org.apache.turbine.services.security.l
dap.LDAPUserManager
services.SecurityService.secure.passwords=true
services.SecurityService.secure.passwords.algorithm=SHA
services.SecurityService.ldap.security.athentication=simple
services.SecurityService.ldap.port=389
services.SecurityService.ldap.host=(our ip adress)
services.SecurityService.ldap.admin.username=admin
services.SecurityService.ldap.admin.password=admin
services.SecurityService.ldap.user.basesearch=*
services.SecurityService.ldap.user.search.filter=*
services.SecurityService.ldap.dn.attribute=userPrincipalName
services.SecurityService.ldap.provider=com.sun.jndi.ldap.LdapCtxFactory


when trying to connect to the the ldap-server, we're getting the following
null-pointer exception:

[Tue Feb 26 16:56:35 GMT+01:00 2002] -- ERROR -- 
        Exception:  java.lang.NullPointerException
        Stack Trace follows:
        java.lang.NullPointerException
        at
org.apache.turbine.services.security.ldap.LDAPUserManager.retrieve(LDAPUserM
anager.java:172)
        at
org.apache.turbine.services.security.ldap.LDAPUserManager.retrieve(LDAPUserM
anager.java:281)

what is wrong with the configuration? can anybody help us?

rgds,

olli

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

Reply via email to