commit | 70ff0f04043f92b5ad61d07638a228f6e5abdc46 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jan 27 13:57:28 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jan 27 13:57:28 2016 +0100 |
tree | 0ecf1970bc9bf70810dee4c907f6495f9ca194bb | |
parent | fdcb5a379e39ff71ebd420652babdcb530b32133 [diff] |
Fix commit
diff --git a/apache/files/_auth.conf b/apache/files/_auth.conf index d6c1e83..d64de96 100644 --- a/apache/files/_auth.conf +++ b/apache/files/_auth.conf
@@ -29,7 +29,7 @@ {%- if site.auth.ldap is defined %} -{%- if site.auth.ldap.get("mech", "GSSAPI") %} +{%- if site.auth.ldap.get("mech", "basic") == "GSSAPI" %} # Not supported without patching, see: # https://bz.apache.org/bugzilla/show_bug.cgi?id=55178 AuthLDAPBindSASLMech {{ site.auth.ldap.get("mech", "GSSAPI") }}