freebsd-ports/www/mod_authnz_crowd/files/zzz_authnz_crowd.conf.in
Olli Hauer 68c5c21d79 - new port www/mod_authnz_crowd
Apache 2.2 connector for Atlassian Crowd to provide authentication and
authorization support using Basic Auth.

WWW: https://confluence.atlassian.com/display/CROWD/Integrating+Crowd+with+Apache

PR:		ports/179263
Submitted by:	Vivek Khera <vivek@khera.org>
2013-08-18 21:15:26 +00:00

7 lines
194 B
Text

# $FreeBSD$
<IfModule dav_svn_module>
LoadModule authnz_crowd_module %%APACHEMODDIR%%/mod_authnz_crowd.so
LoadModule authz_svn_crowd_module %%APACHEMODDIR%%/mod_authz_svn_crowd.so
</IfModule>