Referrals returned as regular entries after server restart
----------------------------------------------------------
Key: DIRSERVER-755
URL: http://issues.apache.org/jira/browse/DIRSERVER-755
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: pre-1.0, 1.0-RC4
Reporter: Endi S. Dewata
1. Start server, then add this entry:
dn: ou=test,ou=system
objectclass: referral
ref: ldap://somewhere/ou=test,ou=system
2. Search the entry, it will return a search reference:
ldapsearch -h localhost -p 10389 -D uid=admin,ou=system -w secret -x -b
"ou=system"
# search reference
ref: ldap://somewhere/ou=test,ou=system??sub
3. Restart the server, then run the same search:
ldapsearch -h localhost -p 10389 -D uid=admin,ou=system -w secret -x -b
"ou=system"
# test, system
dn: ou=test,ou=system
ou: test
objectclass: referral
objectclass: top
The referral is now returned as a regular entry, not a search reference.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira