You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Endi S. Dewata (JIRA)" <ji...@apache.org> on 2006/10/04 18:39:21 UTC

[jira] Created: (DIRSERVER-755) Referrals returned as regular entries after server restart

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

        

[jira] Assigned: (DIRSERVER-755) Referrals returned as regular entries after server restart

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny reassigned DIRSERVER-755:
-------------------------------------------

    Assignee: Emmanuel Lecharny

> Referrals returned as regular entries after server restart
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-755
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-755
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC4, pre-1.0
>            Reporter: Endi S. Dewata
>         Assigned To: Emmanuel Lecharny
>             Fix For: 1.0.1, 1.5.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-755) Referrals returned as regular entries after server restart

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-755:
----------------------------------------


Question : is it still afcting 1.0 or not?

> Referrals returned as regular entries after server restart
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-755
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-755
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC4, pre-1.0
>            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.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-755) Referrals returned as regular entries after server restart

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-755.
---------------------------------------

    Resolution: Fixed

Fixed in 1.0.1 and in 1.5.0 :
http://svn.apache.org/viewvc?view=rev&rev=505371

> Referrals returned as regular entries after server restart
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-755
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-755
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC4, pre-1.0
>            Reporter: Endi S. Dewata
>         Assigned To: Emmanuel Lecharny
>             Fix For: 1.0.1, 1.5.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-755) Referrals returned as regular entries after server restart

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471424 ] 

Emmanuel Lecharny commented on DIRSERVER-755:
---------------------------------------------

As been fixed in 1.0.1 :
http://svn.apache.org/viewvc?view=rev&rev=504976

> Referrals returned as regular entries after server restart
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-755
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-755
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC4, pre-1.0
>            Reporter: Endi S. Dewata
>             Fix For: 1.0.1, 1.5.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-755) Referrals returned as regular entries after server restart

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-755:
----------------------------------------

    Fix Version/s: 1.5.0
                   1.0.1

If it's a confirmed bug, then let's fix it in 1.0 and 1.5

> Referrals returned as regular entries after server restart
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-755
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-755
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0-RC4, pre-1.0
>            Reporter: Endi S. Dewata
>             Fix For: 1.0.1, 1.5.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.