Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -13,7 +13,7 @@ LoadModule auth_kerb_module modules/mod_auth_kerb.so
|
|||
# "www.example.com" is the FQDN of this server.
|
||||
#
|
||||
|
||||
KrbAuthRealms <%= kerberos_realm %>
|
||||
KrbAuthRealms <%= @kerberos_realm %>
|
||||
Krb5KeyTab /etc/httpd/conf/httpsd.keytab
|
||||
KrbMethodNegotiate On
|
||||
KrbAuthoritative On
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue