mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix 'ipa help permissions'; add 'dns' in allowed types.
This commit is contained in:
committed by
Rob Crittenden
parent
3f146d9622
commit
38c2656829
@@ -120,7 +120,7 @@ class permission(LDAPObject):
|
||||
StrEnum('type?',
|
||||
cli_name='type',
|
||||
label=_('Type'),
|
||||
doc=_('Type of IPA object (user, group, host, hostgroup, service, netgroup)'),
|
||||
doc=_('Type of IPA object (user, group, host, hostgroup, service, netgroup, dns)'),
|
||||
values=(u'user', u'group', u'host', u'service', u'hostgroup', u'netgroup', u'dns',),
|
||||
),
|
||||
Str('memberof?',
|
||||
|
||||
Reference in New Issue
Block a user