Arthur Lu
b8b0504a70
add integration test for LDAPClient, add aiutomatic openldap configuration for testing through make, add make targets for tests improve make targets for build/clean, update README with build and test instructions
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"listenPort": 80,
|
|
"ldapURL": "ldap://localhost",
|
|
"startTLS": true,
|
|
"basedn": "dc=test,dc=paasldap",
|
|
"sessionSecretKey": "test",
|
|
"sessionCookieName": "PAASLDAPAuthTicket",
|
|
"sessionCookie": {
|
|
"path": "/",
|
|
"httpOnly": true,
|
|
"secure": false,
|
|
"maxAge": 7200
|
|
}
|
|
} |