Category: None
Group: None
Status: Open
Priority: 3
Submitted By: Jonathan Clarke (jooooooon)
Assigned to: Nobody (None)
Summary: Alias dereferencing should be supported
Initial Comment:
The "deref" parameter to the search command is ignored, unlike in the original Net::LDAP. This supports dereferencing aliases during search, either in search results or when locating the base object for the search.
The attached patch adds support to this, in the same style as the scope parameter. Possible values are: Net::LDAP::DerefAliases_Never, Net::LDAP::DerefAliases_Search, Net::LDAP::DerefAliases_Find, Net::LDAP::DerefAliases_Always. Default is Never.
Please consider it for inclusion it Ruby Net::LDAP. Thanks.
----------------------------------------------------------------------
Comment By: Paul McCann (domo)
Date: 2011-07-12 14:14
Message:
Is this going to be considered for the next release. I am also very interested in this as I need to set deref to derefAlways
----------------------------------------------------------------------
Comment By: Austin Ziegler (austin)
Date: 2010-09-25 04:08
Message:
I am interested in using this patch, but if you could check it against the latest source (github.com/RoryO/ruby-net-ldap) and provide some tests to know that we're doing the right thing, that would be appreciated.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=634&aid=26495&group_id=143
Category: None
Group: None
Status: Open
Priority: 3
Submitted By: Jonathan Clarke (jooooooon)
Assigned to: Nobody (None)
Summary: Alias dereferencing should be supported
Initial Comment:
The "deref" parameter to the search command is ignored, unlike in the original Net::LDAP. This supports dereferencing aliases during search, either in search results or when locating the base object for the search.
The attached patch adds support to this, in the same style as the scope parameter. Possible values are: Net::LDAP::DerefAliases_Never, Net::LDAP::DerefAliases_Search, Net::LDAP::DerefAliases_Find, Net::LDAP::DerefAliases_Always. Default is Never.
Please consider it for inclusion it Ruby Net::LDAP. Thanks.
----------------------------------------------------------------------
>Comment By: Austin Ziegler (austin)
Date: 2011-07-12 12:31
Message:
Moved to GitHub issues: https://github.com/ruby-ldap/ruby-net-ldap/issues/13
----------------------------------------------------------------------
Comment By: Paul McCann (domo)
Date: 2011-07-12 10:14
Message:
Is this going to be considered for the next release. I am also very interested in this as I need to set deref to derefAlways
----------------------------------------------------------------------
Comment By: Austin Ziegler (austin)
Date: 2010-09-25 00:08
Category: None
Group: None
>Status: Closed