зеркало из https://github.com/mozilla/minion-vm.git
25 строки
566 B
JSON
25 строки
566 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|