Class: IControl::Management::LDAPSearchScope

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management.rb,
lib/icontrol/management.rb

Overview

An enumeration of LDAP search scopes.

Constant Summary collapse

LDAP_SEARCH_SCOPE_BASE =

Scope of search is a base object.

:LDAP_SEARCH_SCOPE_BASE
LDAP_SEARCH_SCOPE_ONE_LEVEL =

Scope of search is one level only.

:LDAP_SEARCH_SCOPE_ONE_LEVEL
LDAP_SEARCH_SCOPE_SUBTREE =

Scope of search is sub-tree.

:LDAP_SEARCH_SCOPE_SUBTREE