Issue Details (XML | Word | Printable)

Key: DIRSERVER-605
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Alex Karasulu
Reporter: Endi S. Dewata
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Inconsistent behavior with anonymous access

Created: 30/Mar/06 07:17 AM   Updated: 18/Aug/06 05:13 AM
Return to search
Component/s: core
Affects Version/s: 1.5.0, 1.0-RC1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works AnonymousAccessTest.java 2006-03-30 07:18 AM Endi S. Dewata 7 kB

Resolution Date: 18/Aug/06 05:13 AM


 Description  « Hide
Searching the Root DSE as an anonymous user using different clients produces inconsistent results.

The tests were performed using Sun's JNDI client and Novell's Java LDAP client (http://www.openldap.org/jldap). Please the notes in the attached test case for more details.

On ApacheDS 1.0-RC1 with allowAnonymousAccess=true the results are:
 - JNDI Client : pass
 - V2 JNDI Client : pass
 - V3 JNDI Client : pass
 - LDAP Client : pass
 - V2 LDAP Client : pass
 - V3 LDAP Client : pass
In this scenario everything passes as expected.

On ApacheDS 1.0-RC1 with allowAnonymousAccess=false the results are:
 - JNDI Client : pass
 - V2 JNDI Client : pass
 - V3 JNDI Client : fail
 - LDAP Client : fail
 - V2 LDAP Client : pass
 - V3 LDAP Client : pass
In this scenario everything was expected to fail.

On ApacheDS 1.1 with allowAnonymousAccess=true the results are:
 - JNDI Client : pass
 - V2 JNDI Client : fail
 - V3 JNDI Client : pass
 - LDAP Client : pass
 - V2 LDAP Client : fail
 - V3 LDAP Client : pass
In this scenario everything was expected to pass.

On ApacheDS 1.1 with allowAnonymousAccess=false the results are:
 - JNDI Client : pass
 - V2 JNDI Client : fail
 - V3 JNDI Client : fail
 - LDAP Client : fail
 - V2 LDAP Client : fail
 - V3 LDAP Client : pass
In this scenario everything was expected to fail.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.