You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
815 B
23 lines
815 B
{ |
|
"port": 8888, |
|
"restrict": { |
|
"cookies": { |
|
"cipher": "aes256" |
|
}, |
|
"passwords": { |
|
"marc": ["sha256", "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"], |
|
"foo": ["sha256", "fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"] |
|
}, |
|
"ldap": { |
|
"tlsOptions": { |
|
"requestCert": false, |
|
"rejectUnauthorized": false |
|
}, |
|
"url": "ldap://dev.marc.waeckerlin.org", |
|
"adminDn": "cn=tmp,ou=system,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org", |
|
"adminPassword": "dGg7benUnZ9z", |
|
"searchBase": "ou=person,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org", |
|
"searchFilter": "(uid={{username}})" |
|
} |
|
} |
|
}
|
|
|