Skip to content

Commit

Permalink
bugfix for KERBEROS_MAP_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 29, 2016
1 parent 18c9253 commit 1eeea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/10_security.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SEC_ENABLE_MATCH_PASSWORD_AUTHENTICATION = True
CERTIFICATE_MAPFILE = <%= @cert_map_file %>
<% end -%>
<% if @use_krb_map_file -%>
CERTIFICATE_MAPFILE = <%= @krb_map_file %>
KERBEROS_MAP_FILE = <%= @krb_map_file %>
<% end -%>
<% end -%>
<% if @use_password_auth then -%>
Expand Down

0 comments on commit 1eeea45

Please sign in to comment.