From a09c50671ecc53af63765afca13edd27ee598081 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 4 Feb 2013 09:47:00 +0100 Subject: Use full DNs in plugin code. --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 979ade1a7..13f36ce29 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -411,7 +411,7 @@ class user(LDAPObject): continue (dn, entry_attrs) = self.backend.find_entry_by_attr( self.primary_key.name, manager[m], self.object_class, [''], - self.container_dn + container_dn ) manager[m] = dn except errors.NotFound: -- cgit