Fix 'ipa help permissions'; add 'dns' in allowed types.

This commit is contained in:
Pavel Zuna
2010-12-30 09:12:35 -05:00
committed by Rob Crittenden
parent 3f146d9622
commit 38c2656829

View File

@@ -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?',