]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- require all granted defeats the whole purpoese of auth, remove it
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 17 Aug 2013 12:55:08 +0000 (14:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 17 Aug 2013 12:55:08 +0000 (14:55 +0200)
- comment out ldap example

nagios-httpd.conf

index f7baaecb43e3e8905aad4a3895f59b9bf089078d..ea8da10d35185b85d82f1dd732755aa78d033f43 100644 (file)
        <IfModule mod_ssl.c>
                SSLRequireSSL
 
-               Require all granted
                AuthType Basic
                AuthName "Nagios"
 
                # LDAP based Authz. Apache 1.3
-               <IfModule mod_auth_ldap.c>
-                       AuthLDAPEnabled on
-                       AuthLDAPURL ldap://ldap.example.org/ou=People,dc=example,dc=org?uid?sub?(objectClass=*)
-               </IfModule>
+#              <IfModule mod_auth_ldap.c>
+#                      AuthLDAPEnabled on
+#                      AuthLDAPURL ldap://ldap.example.org/ou=People,dc=example,dc=org?uid?sub?(objectClass=*)
+#              </IfModule>
 
                AuthUserFile /etc/webapps/nagios/passwd
                AuthGroupFile /etc/webapps/nagios/group
This page took 0.041164 seconds and 4 git commands to generate.