Following error message logged in the SystemOut.log
LdapRegistryI E SECJ0336E: Authentication failed for user
cn=wasadmin,ou=wasdev,o=com because of the following exception
javax.naming.AuthenticationException: [LDAP: error code 49 - NDS error:
failed authentication (-669)]
Logon to Administrative Console using the userid used for Global Security
- Expand Security > User Registries > LDAP and
select Advanced LDAP Settings.
- Set the following value of User Filter
and Group Filter, depending on the LDAP registry used for
Global Security. Following filters are default values for respective LDAP
registry.
For IBM Directory Server:
user filter: (&(uid=%v)(objectclass=inetOrgPerson))
group filter: (&(cn=%v)(objectclass=groupOfUniqueNames))
For Domino:
user filter: (&(|(cn=%v)(uid=%v))(objectclass=inetOrgPerson))
group filter:
(&(cn=%v)(|(objectclass=groupOfNames)(objectclass=groupOfUniqueNames)))
For Active Directory:
user filter:
(&(|(cn=%v)(samAccountName=%v))(objectclass=user))
group filter: (&(cn=%v)(objectclass=group))
For SunOne:
user filter: (&(uid=%v)(objectclass=inetOrgPerson))
group filter: (&(cn=%v)(objectclass=groupOfUniqueNames))
For Novell eDirectory :
user filter: (&(uid=%v)(objectclass=inetOrgPerson))
group filter: (&(cn=%v)(objectclass=groupOfUniqueNames))
- Save your settings.
- Restart all WebSphere Application Server, Nodeagents and Deployment
Manager
|