Hi Lucas,
did you get any answers to you post?
I faced the same problem and by looking into the logfile I saw parts of the
query:

2008-07-07 14:31:49,062 [SocketListener0-3] INFO 
org.codehaus.plexus.redback.authentication.Authenticator:ldap  - Searching
for users with filter: '(&(objectClass=inetOrgPerson)(cn=aperson))' from
base dn: null

The starting point for the query, i.e. base dn is "null" also I configured
it to be
ldap.config.base.dn=o=Directory

in security.properties. This seems  to be the root of the rrror, but I do
not know how to solve it.

Regads
Wolfgang


Lucas Gonçalves-3 wrote:
> 
> I configured security.properties for authenticate from ldap
> 
> 
>       #       
> --------------------------------------------------------------------
>       # ldap settings
>       #
>       ldap.user.store.enabled=true
>       ldap.bind.authenticator.enabled=true
>       
>       # ldap options for configuration via properties file
>       ldap.config.hostname=192.168.1.32
>       ldap.config.port=389
>       ldap.config.base.dn=ou=Usuarios,dc=powerlogic,dc=com,dc=br
>       ldap.config.context.factory=com.sun.jndi.ldap.LdapCtxFactory
>       ldap.config.bind.dn=cn=Manager,dc=powerlogic,dc=com,dc=br
>       ldap.config.password=MYPASSWORD
>       #ldap.config.authentication.method=
> 
> ....
> 

-- 
View this message in context: 
http://www.nabble.com/LDAP-problem-tp15575936p18315746.html
Sent from the archiva-users mailing list archive at Nabble.com.

Reply via email to