mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Raise a more specific error when a user lacks the proper permissions.
The info part of the message will contain details on what permission failed on what attribute.
This commit is contained in:
@@ -475,6 +475,7 @@ class ACIError(AuthorizationError):
|
||||
"""
|
||||
|
||||
errno = 2100
|
||||
format = _('Insufficient access: %(info)r')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user