]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/dacs/files/common/dacs.conf
we only need log level notice, not info
[dsa-puppet.git] / modules / dacs / files / common / dacs.conf
index 2e39d016eaf8fb97eef7d8aef1fc8bdab2df0ecb..3919598f2ed6a481d933690f849e3602d58f3d40 100644 (file)
@@ -4,7 +4,7 @@
    FEDERATION_DOMAIN "debian.org"
    FEDERATION_NAME "DEBIANORG"
    EVAL ${Conf::JURISDICTION_AUTHSERVER}="sso.debian.org"
-   LOG_LEVEL "info"
+   LOG_LEVEL "notice"
  </Default>
  <Jurisdiction uri="*.debian.org">
    JURISDICTION_NAME "DEBIAN"
@@ -17,7 +17,6 @@
      OPTION "AUTH_MODULE=mod_auth"
    </Auth>
 
-   <!-- Authenticate using webPassword from LDAP
    <Auth id="debian-apache-htpasswd">
      URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
      STYLE "pass"
@@ -25,8 +24,8 @@
      OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
      OPTION "AUTH_MODULE=mod_auth"
    </Auth>
-       -->
 
+<!--
    <Auth id="ldap">
      URL "https://sso.debian.org/cgi-bin/dacs/local_ldap_authenticate"
      STYLE "password"
@@ -40,5 +39,6 @@
            ldap(dn_index, "${LDAP::attrvalue}", 1)), " ", "_") \
        : 0'
    </Auth>
+ -->
  </Jurisdiction>
 </Configuration>