summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/f_group.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-29 18:10:38 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-29 18:10:38 -0600
commit9f45cdbe2f3b358aaacddc61aaba58605c93bacc (patch)
tree8459cc24effdf3d6097fd210660179c8cfbeeb71 /ipalib/plugins/f_group.py
parentdfc690696a448ee973ea48ed5ddf736e0b4377e4 (diff)
parent54f37503d2076b99b3b7479b19fec4fa17bc7c59 (diff)
downloadfreeipa-9f45cdbe2f3b358aaacddc61aaba58605c93bacc.tar.gz
freeipa-9f45cdbe2f3b358aaacddc61aaba58605c93bacc.tar.xz
freeipa-9f45cdbe2f3b358aaacddc61aaba58605c93bacc.zip
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/freeipa2
Diffstat (limited to 'ipalib/plugins/f_group.py')
-rw-r--r--ipalib/plugins/f_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_group.py b/ipalib/plugins/f_group.py
index b5f80f93c..13af14c15 100644
--- a/ipalib/plugins/f_group.py
+++ b/ipalib/plugins/f_group.py
@@ -135,7 +135,7 @@ class group_mod(crud.Mod):
'Edit an existing group.'
def execute(self, cn, **kw):
"""
- Execute the user-mod operation.
+ Execute the group-mod operation.
The dn should not be passed as a keyword argument as it is constructed
by this method.