Hi there,
I am upgrading Apache DS from 2.0.0.AM25 to 2.0.0 and experiencing some 
troubles.

For example, this used to work fine (e.g.  to find the group with the given cn) 
previously:

ldapsearch -h localhost -p 1389 -D "uid=admin,ou=system" -x -W -b 
"ou=groups,o=isp" 
'(&(&(objectClass=top)(objectClass=groupOfUniqueNames))(cn=lastGroup3ae5600a))' 
cn

Now this does not return any result; when I change the filter to

'(&(objectClass=groupOfUniqueNames)(cn=lastGroup3ae5600a))'

it works again.

Also

'(&(objectClass=top)(cn=lastGroup3ae5600a))'

is working fine; so it seems that top is somehow disturbing.

Any ideas? Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@directory.apache.org
For additional commands, e-mail: users-h...@directory.apache.org

Reply via email to