mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user