Remove duplicated KrbMethodK5Passwd
diff --git a/apache/files/_auth.conf b/apache/files/_auth.conf
index 82bc35e..dd97f2b 100644
--- a/apache/files/_auth.conf
+++ b/apache/files/_auth.conf
@@ -12,7 +12,6 @@
 
   AuthType Kerberos
   KrbMethodNegotiate {% if auth.kerberos.get("method", {}).get("negotiate", True) %}on{% else %}off{% endif %}
-  KrbMethodK5Passwd on
   KrbMethodK5Passwd {% if auth.kerberos.get("method", {}).get("k5passwd", True) %}on{% else %}off{% endif %}
   KrbServiceName {{ auth.kerberos.get("service", "HTTP") }}
   KrbAuthRealms {{ auth.kerberos.realms|join(' ') }}