parent
8a47fccb98
commit
76691a81bb
@ -0,0 +1,8 @@ |
||||
FcgidInitialEnv LLNG_DEFAULTCONFFILE __pwd__/e2e-tests/conf/lemonldap-ng.ini |
||||
SetEnv LLNG_DEFAULTCONFFILE __pwd__/e2e-tests/conf/lemonldap-ng.ini |
||||
<perl> |
||||
use lib "__pwd__/lemonldap-ng-common/blib/lib"; |
||||
use lib "__pwd__/lemonldap-ng-handler/blib/lib"; |
||||
use lib "__pwd__/lemonldap-ng-portal/blib/lib"; |
||||
use lib "__pwd__/lemonldap-ng-manager/blib/lib"; |
||||
</perl> |
@ -0,0 +1,31 @@ |
||||
[all] |
||||
|
||||
[configuration] |
||||
|
||||
type=File |
||||
dirName=__pwd__/e2e-tests/conf |
||||
loglevel = debug |
||||
|
||||
[portal] |
||||
|
||||
notification = 0 |
||||
checkXSS = 0 |
||||
portalSkin = pastel |
||||
|
||||
[handler] |
||||
|
||||
https = 0 |
||||
;port = 8080 |
||||
status = 0 |
||||
useRedirectOnError = 0 |
||||
|
||||
[manager] |
||||
|
||||
protection = manager |
||||
logLevel = error |
||||
staticPrefix = /static |
||||
languages = fr, en |
||||
templateDir = __pwd__/lemonldap-ng-manager/site/templates |
||||
|
||||
[apply] |
||||
|
@ -0,0 +1,157 @@ |
||||
{ |
||||
"applicationList": { |
||||
"0001-cat": { |
||||
"catname": "Sample applications", |
||||
"0002-app": { |
||||
"options": { |
||||
"description": "A simple application displaying authenticated user", |
||||
"display": "auto", |
||||
"logo": "demo.png", |
||||
"name": "Application Test 1", |
||||
"uri": "http://test1.example.com/" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"0003-app": { |
||||
"options": { |
||||
"description": "The same simple application displaying authenticated user", |
||||
"display": "auto", |
||||
"logo": "thumbnail.png", |
||||
"name": "Application Test 2", |
||||
"uri": "http://test2.example.com/" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"type": "category" |
||||
}, |
||||
"0004-cat": { |
||||
"catname": "Administration", |
||||
"0005-app": { |
||||
"options": { |
||||
"description": "Configure LemonLDAP::NG WebSSO", |
||||
"display": "auto", |
||||
"logo": "configure.png", |
||||
"name": "WebSSO Manager", |
||||
"uri": "http://manager.example.com/" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"0006-app": { |
||||
"options": { |
||||
"description": "Explore WebSSO notifications", |
||||
"display": "auto", |
||||
"logo": "database.png", |
||||
"name": "Notifications explorer", |
||||
"uri": "http://manager.example.com/notifications.pl" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"0007-app": { |
||||
"options": { |
||||
"description": "Explore WebSSO sessions", |
||||
"display": "auto", |
||||
"logo": "database.png", |
||||
"name": "Sessions explorer", |
||||
"uri": "http://manager.example.com/sessions.pl" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"type": "category" |
||||
}, |
||||
"0008-cat": { |
||||
"catname": "Documentation", |
||||
"0009-app": { |
||||
"options": { |
||||
"description": "Documentation supplied with LemonLDAP::NG", |
||||
"display": "on", |
||||
"logo": "help.png", |
||||
"name": "Local documentation", |
||||
"uri": "http://manager.example.com/doc/" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"0010-app": { |
||||
"options": { |
||||
"description": "Official LemonLDAP::NG Website", |
||||
"display": "on", |
||||
"logo": "network.png", |
||||
"name": "Offical Website", |
||||
"uri": "http://lemonldap-ng.org/" |
||||
}, |
||||
"type": "application" |
||||
}, |
||||
"type": "category" |
||||
} |
||||
}, |
||||
"authentication": "Demo", |
||||
"cfgAuthor": "The LemonLDAP::NG team", |
||||
"cfgAuthorIP": "127.0.0.1", |
||||
"cfgDate": 1428138808, |
||||
"cfgLog": "Default configuration provided by LemonLDAP::NG team", |
||||
"cfgNum": "1", |
||||
"cookieName": "lemonldap", |
||||
"demoExportedVars": { |
||||
"cn": "cn", |
||||
"mail": "mail", |
||||
"uid": "uid" |
||||
}, |
||||
"domain": "example.com", |
||||
"exportedHeaders": { |
||||
"test1.example.com": { |
||||
"Auth-User": "$uid" |
||||
}, |
||||
"test2.example.com": { |
||||
"Auth-User": "$uid" |
||||
} |
||||
}, |
||||
"exportedVars": { |
||||
"UA": "HTTP_USER_AGENT" |
||||
}, |
||||
"globalStorage": "Apache::Session::File", |
||||
"globalStorageOptions": { |
||||
"Directory": "__pwd__/e2e-tests/conf", |
||||
"LockDirectory": "__pwd__/e2e-tests/conf/lock", |
||||
"generateModule": "Lemonldap::NG::Common::Apache::Session::Generate::SHA256" |
||||
}, |
||||
"groups": {}, |
||||
"key": "qwertyui", |
||||
"locationRules": { |
||||
"manager.example.com": { |
||||
"default": "$uid eq \"dwho\"" |
||||
}, |
||||
"test1.example.com": { |
||||
"^/logout": "logout_sso", |
||||
"default": "accept" |
||||
}, |
||||
"test2.example.com": { |
||||
"^/logout": "logout_sso", |
||||
"default": "accept" |
||||
} |
||||
}, |
||||
"loginHistoryEnabled": 1, |
||||
"macros": { |
||||
"_whatToTrace": "$_auth eq 'SAML' ? \"$_user\\@$_idpConfKey\" : \"$_user\"" |
||||
}, |
||||
"notification": 1, |
||||
"notificationStorage": "File", |
||||
"notificationStorageOptions": { |
||||
"dirName": "__pwd__/e2e-tests/conf" |
||||
}, |
||||
"passwordDB": "Demo", |
||||
"persistentStorage": "Apache::Session::File", |
||||
"persistentStorageOptions": { |
||||
"Directory": "__pwd__/e2e-tests/conf", |
||||
"LockDirectory": "__pwd__/e2e-tests/conf/lock", |
||||
"generateModule": "Lemonldap::NG::Common::Apache::Session::Generate::SHA256" |
||||
}, |
||||
"portal": "http://auth.example.com:19876/", |
||||
"registerDB": "Null", |
||||
"reloadUrls": { |
||||
"reload.example.com": "http://reload.example.com/reload" |
||||
}, |
||||
"securedCookie": 0, |
||||
"sessionDataToRemember": {}, |
||||
"timeout": 72000, |
||||
"userDB": "Demo", |
||||
"whatToTrace": "_whatToTrace" |
||||
} |
Loading…
Reference in new issue