components/apache24/mod_auth_gss/gss.conf
author Petr Sumbera <petr.sumbera@oracle.com>
Thu, 11 Sep 2014 12:35:18 -0700
changeset 2079 46ce7840065c
permissions -rw-r--r--
PSARC/2014/253 Apache 2.4 integration; EOF Apache 2.2 15795895 SUNBT7174116 Update Apache HTTP server to 2.4 15582360 SUNBT6871471 don't load big or infrequently-used modules that can't do anything 15806981 SUNBT7187825 Improve Apache HTTPD packaging in regards to loadable modules 15253627 SUNBT6239654 RFE: Apache2 could run with reduced privileges by default

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>