mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't allow a group to be a member of itself.
434542
This commit is contained in:
@@ -138,6 +138,11 @@ INPUT_INVALID_PARAMETER = gen_error_code(
|
||||
0x0001,
|
||||
"Invalid parameter(s)")
|
||||
|
||||
INPUT_SAME_GROUP = gen_error_code(
|
||||
INPUT_CATEGORY,
|
||||
0x0002,
|
||||
"You can't add a group to itself")
|
||||
|
||||
#
|
||||
# Connection errors
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user