Discuss this help topic in SecureBlackbox Forum
Performs search on LDAP server.
Declaration
Parameters
- Attrs - list of the attributes to be returned from each entry that matches the search filter
- AttrsOnly - if set to True, only attribute values are requested. Otherwise, both attribute descriptions and values are requested.
- BaseDN - Distinguished Name of the entry from which to start the search
- Filter - specifies search filter (criteria)
- Scope - specifies the scope of the search to be performed
Scope values:
Return value
Returns server response.
Description
Use this method to perform search for the desired entries in the LDAP database.
Discuss this help topic in SecureBlackbox Forum