From 1cf67fe8503981b8aca985043bc5a8cd2799a365 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 10 Dec 2010 09:48:06 -0500 Subject: Remove common entries when deleting a master. Fixes: https://fedorahosted.org/freeipa/ticket/550 --- ipaserver/plugins/ldap2.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ipaserver/plugins/ldap2.py') diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py index 89c499f0..06a94077 100644 --- a/ipaserver/plugins/ldap2.py +++ b/ipaserver/plugins/ldap2.py @@ -506,9 +506,10 @@ class ldap2(CrudBackend, Encoder): scope=_ldap.SCOPE_SUBTREE, time_limit=None, size_limit=None, normalize=True): """ - Return a list of entries [(dn, entry_attrs)] matching specified - search parameters followed by truncated flag. If the truncated flag is - True, search hit a server limit and its results are incomplete. + Return a list of entries and indication of whteher the results where + truncated ([(dn, entry_attrs)], truncated) matching specified search + parameters followed by truncated flag. If the truncated flag is True, + search hit a server limit and its results are incomplete. Keyword arguments: attrs_list -- list of attributes to return, all if None (default None) -- cgit