mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add new parameter type IA5Str and use this to enforce the right charset.
ticket 496
This commit is contained in:
@@ -96,6 +96,8 @@ def _handle_errors(e, **kw):
|
||||
# it indicates the previous attribute was removed by another
|
||||
# update, making the oldentry stale.
|
||||
raise errors.MidairCollision()
|
||||
except _ldap.INVALID_SYNTAX:
|
||||
raise errors.InvalidSyntax(attr=info)
|
||||
except _ldap.OBJECT_CLASS_VIOLATION:
|
||||
raise errors.ObjectclassViolation(info=info)
|
||||
except _ldap.ADMINLIMIT_EXCEEDED:
|
||||
|
||||
Reference in New Issue
Block a user