]> git.pld-linux.org Git - packages/apache1-mod_auth_radius.git/blob - apache1-mod_auth_radius-conf.patch
- initial
[packages/apache1-mod_auth_radius.git] / apache1-mod_auth_radius-conf.patch
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-03-31 19:17:59.353023737 +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,12 @@
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 +LoadModule radius_auth_module   modules/mod_auth_radius.so
27  
28  ######################################################################
29  #
30  # With Apache 1.x, it is necessary to add an 'AddModule' statement.
31 -#  The order of the modules listed by 'AddModule' can be important.
32 -# This seems to work:
33 -# just AFTER 'AddModule mod_auth.c' add:
34 -# AddModule mod_auth_radius.c
35 +AddModule mod_auth_radius.c
36  
37  
38  ######################################################################
39 @@ -106,13 +94,6 @@
40  #
41  #AuthRadiusAuthoritative on
42  
43 -# Apache 2.x specific setting:
44 -#
45 -# Set RADIUS to be the provider for this basic authentication
46 -#
47 -AuthBasicProvider radius
48 -
49 -
50  #
51  # Make a local variation of AddRadiusCookieValid.  The server will choose
52  # the MINIMUM of the two values.
This page took 0.058234 seconds and 3 git commands to generate.