mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c8dcc98995
now, but default to the base system's Heimdal. * Use existing API to tell Heimdal's libkrb5 where the keytab is, rather than exporting an environment variable (which is what must be done for MIT's, apparently) -- this unbreak's specification of the keytab location in httpd.conf. * Rewrite the description to be far more accurate: no mention was made of this module doing real SPNEGO/GSSAPI/Kerberos (as opposed to "Kerberos password gateway") authentication. * Bump PORTREVISION. Approved by: MAINTAINER PR: ports/86963
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
%%APMODDIR%%/mod_auth_kerb.so
|
|
@exec %D/sbin/apxs -e -A -n auth_kerb %D/%F
|
|
@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F
|