summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-09 16:26:21 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-09 16:26:21 -0400
commitf25e7c46efe71e53eb98548392549ec542fa271e (patch)
treebad7d7b45446cc62d845c5d04b1d50ad740ca843 /ipa-admintools
parentd2a19b200912fe4a78211a3d6212b143ece5e064 (diff)
parent2b38769b50b51d28111a07be86d9fc70e5b6b8f5 (diff)
downloadfreeipa.git-f25e7c46efe71e53eb98548392549ec542fa271e.tar.gz
freeipa.git-f25e7c46efe71e53eb98548392549ec542fa271e.tar.xz
freeipa.git-f25e7c46efe71e53eb98548392549ec542fa271e.zip
Merge.
Diffstat (limited to 'ipa-admintools')
-rw-r--r--ipa-admintools/ipa-groupmod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-groupmod b/ipa-admintools/ipa-groupmod
index e0e95307..60fadd48 100644
--- a/ipa-admintools/ipa-groupmod
+++ b/ipa-admintools/ipa-groupmod
@@ -56,7 +56,7 @@ def parse_options():
def get_group(client, group_cn):
try:
- group = client.get_group_by_cn(group_cn)
+ group = client.get_entry_by_cn(group_cn)
except ipa.ipaerror.IPAError, e:
print "%s" % e.message
return None