]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
fix dacs.conf for now
authorMartin Zobel-Helas <zobel@debian.org>
Thu, 16 Feb 2012 16:28:16 +0000 (17:28 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Thu, 16 Feb 2012 16:28:16 +0000 (17:28 +0100)
modules/dacs/files/common/dacs.conf

index d0085d04a9362124685aac9835402ada97bf9e5b..2e39d016eaf8fb97eef7d8aef1fc8bdab2df0ecb 100644 (file)
@@ -16,6 +16,8 @@
      OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
      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"
@@ -23,8 +25,8 @@
      OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
      OPTION "AUTH_MODULE=mod_auth"
    </Auth>
+       -->
 
-   <!-- Authenticate using an LDAP bind 
    <Auth id="ldap">
      URL "https://sso.debian.org/cgi-bin/dacs/local_ldap_authenticate"
      STYLE "password"
@@ -38,6 +40,5 @@
            ldap(dn_index, "${LDAP::attrvalue}", 1)), " ", "_") \
        : 0'
    </Auth>
-       -->
  </Jurisdiction>
 </Configuration>