This file is indexed.

/var/lib/lemonldap-ng/conf/lmConf-1.js is in liblemonldap-ng-common-perl 1.9.16-2.

This file is owned by root:www-data, with mode 0o640.

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
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
   "applicationList" : {
      "1sample" : {
         "catname" : "Sample applications",
         "test1" : {
            "options" : {
               "description" : "A simple application displaying authenticated user",
               "display" : "auto",
               "logo" : "demo.png",
               "name" : "Application Test 1",
               "uri" : "http://test1.example.com/"
            },
            "type" : "application"
         },
         "test2" : {
            "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"
      },
      "2administration" : {
         "catname" : "Administration",
         "manager" : {
            "options" : {
               "description" : "Configure LemonLDAP::NG WebSSO",
               "display" : "auto",
               "logo" : "configure.png",
               "name" : "WebSSO Manager",
               "uri" : "http://manager.example.com/manager.html"
            },
            "type" : "application"
         },
         "notifications" : {
            "options" : {
               "description" : "Explore WebSSO notifications",
               "display" : "auto",
               "logo" : "database.png",
               "name" : "Notifications explorer",
               "uri" : "http://manager.example.com/notifications.html"
            },
            "type" : "application"
         },
         "sessions" : {
            "options" : {
               "description" : "Explore WebSSO sessions",
               "display" : "auto",
               "logo" : "database.png",
               "name" : "Sessions explorer",
               "uri" : "http://manager.example.com/sessions.html"
            },
            "type" : "application"
         },
         "type" : "category"
      },
      "3documentation" : {
         "catname" : "Documentation",
         "localdoc" : {
            "options" : {
               "description" : "Documentation supplied with LemonLDAP::NG",
               "display" : "on",
               "logo" : "help.png",
               "name" : "Local documentation",
               "uri" : "http://manager.example.com/doc/"
            },
            "type" : "application"
         },
         "officialwebsite" : {
            "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",
   "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" : "/var/lib/lemonldap-ng/sessions",
      "LockDirectory" : "/var/lib/lemonldap-ng/sessions/lock",
      "generateModule" : "Lemonldap::NG::Common::Apache::Session::Generate::SHA256"
   },
   "groups" : {},
   "localSessionStorage" : "Cache::FileCache",
   "localSessionStorageOptions" : {
      "cache_depth" : 3,
      "cache_root" : "/tmp",
      "default_expires_in" : 600,
      "directory_umask" : "007",
      "namespace" : "lemonldap-ng-sessions"
   },
   "locationRules" : {
      "manager.example.com" : {
         "(?#Configuration)^/(manager\\.html|conf/)" : "$uid eq \"dwho\"",
         "(?#Notifications)/notifications" : "$uid eq \"dwho\" or $uid eq \"rtyler\"",
         "(?#Sessions)/sessions" : "$uid eq \"dwho\" or $uid eq \"rtyler\"",
         "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\""
   },
   "mailUrl" : "http://auth.example.com/mail.pl",
   "notification" : 1,
   "notificationStorage" : "File",
   "notificationStorageOptions" : {
      "dirName" : "/var/lib/lemonldap-ng/notifications"
   },
   "passwordDB" : "Demo",
   "persistentStorage" : "Apache::Session::File",
   "persistentStorageOptions" : {
      "Directory" : "/var/lib/lemonldap-ng/psessions",
      "LockDirectory" : "/var/lib/lemonldap-ng/psessions/lock"
   },
   "portal" : "http://auth.example.com/",
   "portalSkin" : "bootstrap",
   "portalSkinBackground" : "1280px-Cedar_Breaks_National_Monument_partially.jpg",
   "registerDB" : "Demo",
   "registerUrl" : "http://auth.example.com/register.pl",
   "reloadUrls" : {
      "reload.example.com" : "http://reload.example.com/reload"
   },
   "securedCookie" : 0,
   "sessionDataToRemember" : {},
   "timeout" : 72000,
   "userDB" : "Demo",
   "whatToTrace" : "_whatToTrace"
}