components/apache24/mod_auth_gss/gss.conf
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 18 Apr 2016 13:01:02 -0700
changeset 5797 432ac76de3b0
parent 2079 46ce7840065c
permissions -rw-r--r--
23078956 adjust the remainder of the userland components to use perl 5.22 22909079 resume testing in several perl modules 22909338 xml-parsers pkg manifests should be cleaned up once 5.12 threaded is gone 23051223 dbd-sqlite's clobber doesn't remove generated DBD-SQLite.license file 23057814 graphviz perl package depends on other obsolete perl packages 22991554 DBD-SQLite has an unlisted build dependency on library/perl-5/database et al

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>