Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_pam/files: 10_mod_auth_pam.conf
Date: Thu, 31 Jan 2008 17:08:38
Message-Id: E1JKctv-0008SZ-B3@stork.gentoo.org
1 hollow 08/01/31 17:08:35
2
3 Modified: 10_mod_auth_pam.conf
4 Log:
5 fix depend.apache usage wrt #208033; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_auth_pam/files/10_mod_auth_pam.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/files/10_mod_auth_pam.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/files/10_mod_auth_pam.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_pam/files/10_mod_auth_pam.conf?r1=1.1&r2=1.2
14
15 Index: 10_mod_auth_pam.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pam/files/10_mod_auth_pam.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 10_mod_auth_pam.conf 29 Jul 2007 16:15:21 -0000 1.1
22 +++ 10_mod_auth_pam.conf 31 Jan 2008 17:08:34 -0000 1.2
23 @@ -1,37 +1,25 @@
24 <IfDefine AUTH_PAM>
25 - <IfModule !mod_auth_pam.c>
26 - LoadModule auth_pam_module modules/mod_auth_pam.so
27 - </IfModule>
28 - <IfModule !mod_auth_sys_group.c>
29 - LoadModule auth_sys_group_module modules/mod_auth_sys_group.so
30 - </IfModule>
31 -</IfDefine>
32 +LoadModule auth_pam_module modules/mod_auth_pam.so
33 +LoadModule auth_sys_group_module modules/mod_auth_sys_group.so
34
35 -### EXAMPLE 1: authentificate against a single PAM account
36 -###
37 -# <IfModule mod_auth_pam.c>
38 -# AuthPAM_Enabled on
39 -#
40 -# # If you want to make mod_auth_pam work with apache-2.2, please uncomment
41 -# # the following line:
42 -# AuthBasicAuthoritative Off
43 -# AuthType Basic
44 -# AuthName "secure area"
45 -# Require user webmaster
46 -# </IfModule>
47 +# EXAMPLE 1: authentificate against a single PAM account
48 +#AuthPAM_Enabled on
49 +# If you want to make mod_auth_pam work with apache-2.2, please uncomment
50 +# the following line:
51 +#AuthBasicAuthoritative Off
52 +#AuthType Basic
53 +#AuthName "secure area"
54 +#Require user webmaster
55
56 -### EXAMPLE 2: authentificate against a a PAM group, so, that each user
57 -### beeing in this group may access this "secure area"
58 -###
59 -# <IfModule mod_auth_sys_group.c>
60 -# AuthPAM_Enabled on
61 -#
62 -# # If you want to make mod_auth_pam work with apache-2.2, please uncomment
63 -# # the following line:
64 -# AuthBasicAuthoritative Off
65 -# AuthType Basic
66 -# AuthName "secure area"
67 -# Require group staff
68 -# </IfModule>
69 +# EXAMPLE 2: authentificate against a a PAM group, so, that each user
70 +# beeing in this group may access this "secure area"
71 +#AuthPAM_Enabled on
72 +# If you want to make mod_auth_pam work with apache-2.2, please uncomment
73 +# the following line:
74 +#AuthBasicAuthoritative Off
75 +#AuthType Basic
76 +#AuthName "secure area"
77 +#Require group staff
78 +</IfDefine>
79
80 # vim:syntax=apache
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list