This file is indexed.

/var/lib/lemonldap-ng/conf/lmConf-1 is in liblemonldap-ng-conf-perl 1.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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 => 'on',  }, },'sessions' => { type => 'application', options => { name => 'Sessions explorer', uri => 'http://manager.example.com/sessions.pl', description => 'Explore WebSSO sessions', logo => 'database.png', display => 'on',  }, }, }, '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'

cookieName
	'lemonldap'

exportedVars
	'$data1 = {'uid' => 'uid','cn' => 'cn','mail' => 'mail'};'

ldapPort
	389

authentication
	'LDAP'

locationRules
	'$data1 = {'test2.example.com' => {'default' => 'accept','^/logout' => 'logout_sso http://auth.example.com'},'test1.example.com' => {'default' => 'accept','^/logout' => 'logout_sso http://auth.example.com'}};'

domain
	'example.com'

timeout
	72000

groups
	'$data1 = {};'

portal
	'http://auth.example.com/'

ldapServer
	'localhost'

exportedHeaders
	'$data1 = {'test2.example.com' => {'Auth-User' => '$uid'},'test1.example.com' => {'Auth-User' => '$uid'}};'

ldapBase
	'dc=example,dc=com'

globalStorageOptions
	'$data1 = {&39;Directory&39; => &39;/var/lib/lemonldap-ng/sessions&39;,&39;LockDirectory&39; => &39;/var/lib/lemonldap-ng/sessions/lock&39;};'

managerPassword
	''

cfgNum
	1

cfgAuthor
        'The LemonLDAP::NG team'

securedCookie
	0

managerDn
	''

macros
        '$data1 = {'_whatToTrace' => '$_auth eq \'LDAP\' ? $uid : ($_auth eq \'SAML\' ? "$_user\\@$_idpConfKey" : "$_user\\@$_auth" )'};'

whatToTrace
        '$_whatToTrace'