Update lmConf (missing required attributes)

This commit is contained in:
Xavier Guimard 2016-01-12 22:04:08 +00:00
parent 6ac420ee7d
commit ee5b1351e1

View File

@ -1,11 +1,14 @@
applicationList
'$data1 = {'1sample' => { catname => 'Sample applications',type => 'category', 'test1' => { type => 'application', options => { name => 'Application Test 1', uri => 'http://test1.example.com/', description => 'A simple application displaying authenticated user', logo => 'demo.png', display => 'auto', }, },'test2' => { type => 'application', options => { name => 'Application Test 2', uri => 'http://test2.example.com/', 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.example.com/', description => 'Configure LemonLDAP::NG WebSSO', logo => 'configure.png', display => 'auto', }, },'sessions' => { type => 'application', options => { name => 'Sessions explorer', uri => 'http://manager.example.com/sessions.pl', description => 'Explore WebSSO sessions', logo => 'database.png', display => 'auto', }, }, 'notifications' => { type => 'application', options => { name => 'Notifications explorer', uri => 'http://manager.example.com/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.example.com/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'
authentication
'Demo'
persistentStorage
'Apache::Session::File'
cfgAuthor
'The LemonLDAP::NG team'
cfgNum
1
cookieName
'lemonldap'
@ -13,65 +16,35 @@ cookieName
demoExportedVars
'$data1 = {'uid' => 'uid','cn' => 'cn','mail' => 'mail'};'
exportedVars
'$data1 = {'UA' => 'HTTP_USER_AGENT'};'
authentication
'Demo'
userDB
'Demo'
passwordDB
'Demo'
locationRules
'$data1 = {'test2.example.com' => {'default' => 'accept','^/logout' => 'logout_sso'},'test1.example.com' => {'default' => 'accept','^/logout' => 'logout_sso'},'manager.example.com' => {'default' => '$uid eq "dwho"'}};'
domain
'example.com'
timeout
72000
groups
'$data1 = {};'
portal
'http://auth.example.com/'
exportedHeaders
'$data1 = {'test2.example.com' => {'Auth-User' => '$uid'},'test1.example.com' => {'Auth-User' => '$uid'}};'
exportedVars
'$data1 = {'UA' => 'HTTP_USER_AGENT'};'
globalStorage
'Apache::Session::File'
globalStorageOptions
'$data1 = {'Directory' => '__SESSIONDIR__'};'
'$data1 = {'Directory' => '/tmp/'};'
persistentStorageOptions
'$data1 = {'Directory' => '__PSESSIONDIR__'};'
groups
'$data1 = {};'
cfgNum
1
key
'qwertyui'
cfgAuthor
'The LemonLDAP::NG team'
securedCookie
0
macros
'$data1 = {'_whatToTrace' => '$_auth eq \'SAML\' ? "$_user\\@$_idpConfKey" : "$_user"'};'
whatToTrace
'$_whatToTrace'
locationRules
'$data1 = {'test2.example.com' => {'default' => 'accept','^/logout' => 'logout_sso'},'test1.example.com' => {'default' => 'accept','^/logout' => 'logout_sso'},'manager.example.com' => {'default' => '$uid eq "dwho"'}};'
loginHistoryEnabled
1
sessionDataToRemember
'$data1 = {};'
reloadUrls
'$data1 = {'reload.example.com' => 'http://reload.example.com/reload'};'
macros
'$data1 = {'_whatToTrace' => '$_auth eq \'SAML\' ? "$_user\\@$_idpConfKey" : "$_user"'};'
notification
1
@ -80,11 +53,44 @@ notificationStorage
'File'
notificationStorageOptions
'$data1 = {'dirName' => '__NOTIFICATIONDIR__'};'
'$data1 = {'dirName' => 'e2e-tests/conf/'};'
passwordDB
'Demo'
persistentStorage
'Apache::Session::File'
persistentStorageOptions
'$data1 = {'Directory' => '/tmp/'};'
portal
'http://auth.example.com/'
registerDB
'Null'
reloadUrls
'$data1 = {'reload.example.com' => 'http://reload.example.com/reload'};'
securedCookie
0
sessionDataToRemember
'$data1 = {};'
timeout
72000
userDB
'Demo'
whatToTrace
'$_whatToTrace'
captcha_data
'__CAPTCHADIR__'
'e2e-tests/conf/'
captcha_output
'__CAPTCHAOUTPUTDIR__'
'e2e-tests/conf/'