mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved other refactoring bugs and optimized docker role template
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user