Solved other refactoring bugs and optimized docker role template

This commit is contained in:
2025-07-06 19:54:51 +02:00
parent ea9cc07112
commit 5919f49741
10 changed files with 74 additions and 15 deletions

View File

@@ -48,8 +48,10 @@ class TestBuildLdapRoleEntries(unittest.TestCase):
"roles": "ou=roles,dc=example,dc=org"
}
},
"attributes": {
"user_id": "uid"
"user":{
"attributes": {
"id": "uid"
}
},
"rbac": {
"flavors": ["posixGroup", "groupOfNames"]