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.
75 lines
3.8 KiB
75 lines
3.8 KiB
applicationList
|
|
'$data1 = {'1sample' => { catname => 'Sample applications',type => 'category', 'test1' => { type => 'application', options => { name => 'Application Test 1', uri => 'http://test1.__DNSDOMAIN__/', description => 'A simple application displaying authenticated user', logo => 'demo.png', display => 'auto', }, },'test2' => { type => 'application', options => { name => 'Application Test 2', uri => 'http://test2.__DNSDOMAIN__/', description => 'The same simple application displaying authenticated user', logo => 'thumbnail.png', display => 'auto', }, }, },'2administration' => { catname => 'Administration', type => 'category', 'manager' => { type => 'application', options => { name => 'WebSSO Manager', uri => 'http://manager.__DNSDOMAIN__/', description => 'Configure LemonLDAP::NG WebSSO', logo => 'configure.png', display => 'auto', }, },'sessions' => { type => 'application', options => { name => 'Sessions explorer', uri => 'http://manager.__DNSDOMAIN__/sessions.pl', description => 'Explore WebSSO sessions', logo => 'database.png', display => 'auto', }, }, 'notifications' => { type => 'application', options => { name => 'Notifications explorer', uri => 'http://manager.__DNSDOMAIN__/notifications.pl', description => 'Explore WebSSO notifications', logo => 'database.png', display => 'auto', }, }, }, '3documentation' => { catname => 'Documentation', type => 'category', 'localdoc' => { type => 'application', options => { name => 'Local documentation', uri => 'http://manager.__DNSDOMAIN__/doc/', description => 'Documentation supplied with LemonLDAP::NG', logo => 'help.png', display => 'on', }, },'officialwebsite' => { type => 'application', options => { name => 'Offical Website', uri => 'http://lemonldap-ng.org/', description => 'Official LemonLDAP::NG Website', logo => 'network.png', display => 'on', }, }, }, }'
|
|
|
|
globalStorage
|
|
'Apache::Session::File'
|
|
|
|
cookieName
|
|
'lemonldap'
|
|
|
|
exportedVars
|
|
'$data1 = {'uid' => 'uid','cn' => 'cn','mail' => 'mail'};'
|
|
|
|
authentication
|
|
'Demo'
|
|
|
|
userDB
|
|
'Demo'
|
|
|
|
passwordDB
|
|
'Demo'
|
|
|
|
locationRules
|
|
'$data1 = {'test2.__DNSDOMAIN__' => {'default' => 'accept','^/logout' => 'logout_sso http://auth.__DNSDOMAIN__'},'test1.__DNSDOMAIN__' => {'default' => 'accept','^/logout' => 'logout_sso http://auth.__DNSDOMAIN__'},'manager.__DNSDOMAIN__' => {'default' => '$uid eq "dwho"'}};'
|
|
|
|
domain
|
|
'__DNSDOMAIN__'
|
|
|
|
timeout
|
|
72000
|
|
|
|
groups
|
|
'$data1 = {};'
|
|
|
|
portal
|
|
'http://auth.__DNSDOMAIN__/'
|
|
|
|
exportedHeaders
|
|
'$data1 = {'test2.__DNSDOMAIN__' => {'Auth-User' => '$uid'},'test1.__DNSDOMAIN__' => {'Auth-User' => '$uid'}};'
|
|
|
|
globalStorageOptions
|
|
'$data1 = {'Directory' => '__SESSIONDIR__'};'
|
|
|
|
cfgNum
|
|
1
|
|
|
|
cfgAuthor
|
|
'The LemonLDAP::NG team'
|
|
|
|
securedCookie
|
|
0
|
|
|
|
macros
|
|
'$data1 = {'_whatToTrace' => '$_auth eq \'SAML\' ? "$_user\\@$_idpConfKey" : "$_user"'};'
|
|
|
|
whatToTrace
|
|
'$_whatToTrace'
|
|
|
|
loginHistoryEnabled
|
|
1
|
|
|
|
sessionDataToRemember
|
|
'$data1 = {};'
|
|
|
|
reloadUrls
|
|
'$data1 = {'reload.__DNSDOMAIN__' => 'http://reload.__DNSDOMAIN__/reload'};'
|
|
|
|
notification
|
|
1
|
|
|
|
notificationStorage
|
|
'File'
|
|
|
|
notificationStorageOptions
|
|
'$data1 = {'dirName' => '__NOTIFICATIONDIR__'};'
|
|
|
|
|