зеркало из https://github.com/mozilla/minion-vm.git
Add a bunch of LDAP stuff to the default json file
This commit is contained in:
Родитель
d7c09eafb8
Коммит
a5a2c85013
|
@ -1,5 +1,24 @@
|
|||
{
|
||||
"backend-api": {
|
||||
"url": "http://minion-backend:8383"
|
||||
}
|
||||
"backend-api": {
|
||||
"url": "http://minion-backend:8383"
|
||||
},
|
||||
|
||||
"login": {
|
||||
"type": "persona",
|
||||
|
||||
"ldap": {
|
||||
"uri": "ldaps://ldap.server/",
|
||||
"baseDN": "ou=test,dc=test_dc",
|
||||
|
||||
"emailAttribute": "mail",
|
||||
"groupMembershipAttribute": "member",
|
||||
"usernameAttribute": "uid",
|
||||
|
||||
"checkAuthorizedGroups": false,
|
||||
"authorizedGroups": [
|
||||
"ou=groupTest1,ou=test,dc=test_dc",
|
||||
"ou=groupTest2,ou=test,dc=test_dc"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче