diff options
author | Pavel Zuna <pzuna@redhat.com> | 2009-06-24 15:18:34 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-07-02 13:33:03 -0400 |
commit | 57123f2a9993be9e9ea83c1203f0670e67986de9 (patch) | |
tree | 295b2cc697f4d4eee150a9f647673a4df772141e /ipalib/plugins/basegroup.py | |
parent | 341a47f5a3786f96602bcc0c0ecd12aa86f5b9c1 (diff) | |
download | freeipa.git-57123f2a9993be9e9ea83c1203f0670e67986de9.tar.gz freeipa.git-57123f2a9993be9e9ea83c1203f0670e67986de9.tar.xz freeipa.git-57123f2a9993be9e9ea83c1203f0670e67986de9.zip |
Fix minor bugs, typos, etc. discovered by unit tests in plugins.
Diffstat (limited to 'ipalib/plugins/basegroup.py')
-rw-r--r-- | ipalib/plugins/basegroup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/basegroup.py b/ipalib/plugins/basegroup.py index d0b0bd5f..e4f784c7 100644 --- a/ipalib/plugins/basegroup.py +++ b/ipalib/plugins/basegroup.py @@ -238,7 +238,7 @@ class basegroup_mod(crud.Update): ldap = self.api.Backend.ldap2 (dn, entry_attrs) = ldap.find_entry_by_attr( - 'cn', cn, self.filter_class, [''], self.container_dn + 'cn', cn, self.filter_class, [''], self.container ) entry_attrs = self.args_options_2_entry(cn, **kw) |