17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"server": {
|
|
"port": 8089,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"auth": {
|
|
"disabled": false,
|
|
"ldap": {
|
|
"enabled": true,
|
|
"url": "ldap://ldap.internal.theta42.com:389",
|
|
"baseDN": "dc=theta42,dc=com",
|
|
"bindDN": "cn=ldapclient service,ou=People,dc=theta42,dc=com",
|
|
"bindPassword": "",
|
|
"searchFilter": "(uid={{username}})"
|
|
}
|
|
}
|
|
} |