-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
Description
Originally submitted by Jonathan Clarke (jooooooon) on 2009-07-02:
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.