]> git.pld-linux.org Git - packages/apache-mod_auth_radius.git/blame - apache-mod_auth_radius-conf.patch
- initial
[packages/apache-mod_auth_radius.git] / apache-mod_auth_radius-conf.patch
CommitLineData
5bf45be2
JB
1--- mod_auth_radius-1.5.8/httpd.conf.orig 2009-05-16 10:31:47.000000000 +0200
2+++ mod_auth_radius-1.5.8/httpd.conf 2015-04-01 21:29:22.804391917 +0200
3@@ -1,14 +1,7 @@
4 ######################################################################
5-# Modifications to the httpd.conf file for mod_auth_radius.c
6+# Additions to the httpd.conf file for mod_auth_radius.c
7 # written by Alan DeKok <aland@freeradius.org>
8 #
9-# Version: $Id$
10-#
11-######################################################################
12-#
13-# These configuration options should be ADDED to the httpd.conf file
14-# for your site.
15-#
16 ######################################################################
17
18
19@@ -16,17 +9,7 @@
20 #
21 # Tell Apache to load the module.
22 #
23-LoadModule radius_auth_module libexec/mod_auth_radius.so
24-# the path to the module file will depend on your Apache installation, e.g.
25-#LoadModule radius_auth_module /usr/lib/apache2/modules/mod_auth_radius.so
26-
27-######################################################################
28-#
29-# With Apache 1.x, it is necessary to add an 'AddModule' statement.
30-# The order of the modules listed by 'AddModule' can be important.
31-# This seems to work:
32-# just AFTER 'AddModule mod_auth.c' add:
33-# AddModule mod_auth_radius.c
34+LoadModule radius_auth_module modules/mod_auth_radius.so
35
36
37 ######################################################################
38@@ -92,20 +75,6 @@
39 #
40 AuthName "RADIUS authentication for localhost"
41
42-# Apache 1.x specific settings:
43-#
44-# don't use 'mod_auth'.
45-# You might want to disable other authentication types here.
46-# You can get a similar effect by commenting out the
47-# 'AddModule mod_auth_*' lines, previously in httpd.conf
48-#
49-#AuthAuthoritative off
50-#
51-# Use mod_auth_radius for all authentication, and make the responses
52-# from it authoritative.
53-#
54-#AuthRadiusAuthoritative on
55-
56 # Apache 2.x specific setting:
57 #
58 # Set RADIUS to be the provider for this basic authentication
This page took 0.089191 seconds and 4 git commands to generate.