I have this error below:
Test failed
No results were found from your search. org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-03100238, problem 2001 (NO_OBJECT), data 0, best match of: 'DC=MyDomain,DC=com' ]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-03100238, problem 2001 (NO_OBJECT), data 0, best match of: 'DC=MyDomain,DC=com' ]; remaining name 'ou=My Porject Name,ou=Accounts,ou=MyIT,DC=MyDomain,DC=ca'
My object filter is set as:
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=CN=MyTeam,OU=My Project Name,OU=Accounts,OU=MyIT,DC=MyDomain,DC=com))
...following this example:
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=cn=CaptainPlanet,ou=users,dc=company,dc=com))
My User DN is:
OU=My Project Name,OU=Accounts,OU=MyIT
I'm not sure what I'm doing wrong. The connector tests fine, but the User Configuration test always fails with the same error - that it cannot find anything from my User DN/user object filter inputs.