I used directory server ver 5.0.  I removed anonymous access and
created a new ACI to allow only authenticated users to access the
directory servers.

Since I removed the anonymous access, I get "There are no entries in
the direcory service that match your search criteria" whenever I
search for a known user.

I added the following ACI but got the same response as I did not set
it before.
(targetattr = "*") 
(version 3.0;
acl "NMS users only";
allow (all)
(userdn = "ldap:///all";)
;)

The iPlanet doc even said the above ACI would require authentication
from any users but I don't even get prompt to enter password.

My friend even wrote a small JAVA code for this purpose.  When
anonymous is allowed I get attributes but if it is removed, I get
nothing, not even error code.

I really need help!

Choi

Reply via email to