summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/group.py
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-10-09 11:03:00 +0200
committerMartin Kosek <mkosek@redhat.com>2012-10-09 12:15:20 +0200
commit9cd03fe1c13d2796ba138278cbf7d837fb8acfb9 (patch)
treef7a53e94f63bf2d11f185dde798b8a6dd6cfcc60 /ipalib/plugins/group.py
parent874313eb0bf86fb9cf040812196cc0a59fb04203 (diff)
downloadfreeipa.git-9cd03fe1c13d2796ba138278cbf7d837fb8acfb9.tar.gz
freeipa.git-9cd03fe1c13d2796ba138278cbf7d837fb8acfb9.tar.xz
freeipa.git-9cd03fe1c13d2796ba138278cbf7d837fb8acfb9.zip
Minor fixes for default SMB group
This patch contains additional minor fixes which were proposed during review but were not pushed (accidentaly). Also amends a name of the default SMB group in a list of protected groups in group.py. https://fedorahosted.org/freeipa/ticket/3147
Diffstat (limited to 'ipalib/plugins/group.py')
-rw-r--r--ipalib/plugins/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/group.py b/ipalib/plugins/group.py
index 1611e422..a174ba62 100644
--- a/ipalib/plugins/group.py
+++ b/ipalib/plugins/group.py
@@ -107,7 +107,7 @@ Example:
ipa group-add-member ad_admins --groups ad_admins_external
""")
-PROTECTED_GROUPS = (u'admins', u'trust admins', u'default_smb_group')
+PROTECTED_GROUPS = (u'admins', u'trust admins', u'default smb group')
class group(LDAPObject):
"""