components/apache24/mod_auth_gss/gss.conf
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 24 Oct 2016 23:32:49 -0700
changeset 7209 d19b72e9391b
parent 2079 46ce7840065c
permissions -rw-r--r--
23245313 Move gnome-terminal to Userland and update to 3.18.2 PSARC/2016/375 GNOME apps and icons

LoadModule auth_gss_module libexec/mod_auth_gss.so

<IfModule auth_gss_module.c>
<Directory /krb5>
    AuthType GSSAPI
    ServiceName HTTP
    KeytabFile  /etc/apache2/2.4/http.keytab
    GssDebug    1
    Require valid-user
    AllowOverride All
</Directory>
</IfModule>