search_by_guid docstring

master
Бородин Роман 2018-04-26 17:10:37 +03:00
parent b08fa91929
commit 0ed49f06b9
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ class Connection(object):
search_filter) search_filter)
return [LdapprObject(item, self.conn) for item in result if item[0] != None ] return [LdapprObject(item, self.conn) for item in result if item[0] != None ]
def search_by_guid(self, guid): def search_by_guid(self, guid):
"""Get list of objects that match the search_filter """Get object that match the objectGuid
:param search_filter: filter to find the objects :guid GUID like XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
:return: list of LdapperObjects (or empty list) :return: list of LdapperObjects (or empty list)
""" """
u = UUID(guid) u = UUID(guid)