1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/mod_pubcookie/pkg-plist
Brooks Davis 3f20f871d6 Add www/mod_pubcookie:
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.

This port contains the apache module portion of the Pubcookie system.
2006-02-08 03:06:22 +00:00

9 lines
336 B
Plaintext

pubcookie/config.sample
pubcookie/keyclient
@dirrmtry pubcookie/keys
@dirrmtry pubcookie
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%%
%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
@unexec echo "Don't forget to remove all ${MODULENAME}-related directives in your httpd.conf"