mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Do not require description in UI.
Description attribute is not required in LDAP schema so there is no reason to require it in UI. Modified tests to reflect this change. https://fedorahosted.org/freeipa/ticket/4387 Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
committed by
Martin Kosek
parent
947c7398ed
commit
cd9a4cca1f
@@ -102,7 +102,7 @@ class privilege(LDAPObject):
|
||||
label=_('Privilege name'),
|
||||
primary_key=True,
|
||||
),
|
||||
Str('description',
|
||||
Str('description?',
|
||||
cli_name='desc',
|
||||
label=_('Description'),
|
||||
doc=_('Privilege description'),
|
||||
|
||||
Reference in New Issue
Block a user