Remove normalizer that made role, privilege and permission names lower-case

https://fedorahosted.org/freeipa/ticket/1747
This commit is contained in:
Rob Crittenden
2011-09-12 11:46:24 -04:00
parent 8b3336ef55
commit 5ddc027d7f
4 changed files with 28 additions and 31 deletions

View File

@@ -70,7 +70,6 @@ class privilege(LDAPObject):
cli_name='name',
label=_('Privilege name'),
primary_key=True,
normalizer=lambda value: value.lower(),
),
Str('description',
cli_name='desc',