]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
we now have webPasswords exported from ud-ldap
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 9 Mar 2012 12:48:04 +0000 (13:48 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 9 Mar 2012 12:48:04 +0000 (13:48 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/dacs/files/common/dacs.conf

index 2e39d016eaf8fb97eef7d8aef1fc8bdab2df0ecb..5c8f33a47f9549a1c4d7293daa74b4994b029079 100644 (file)
@@ -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>