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_imap2/files: 10_mod_auth_imap.conf digest-mod_auth_imap2-2.2.0
Date: Sun, 30 Dec 2007 17:14:08
Message-Id: E1J91jb-0004wl-Te@stork.gentoo.org
1 hollow 07/12/30 17:13:59
2
3 Added: 10_mod_auth_imap.conf digest-mod_auth_imap2-2.2.0
4 Log:
5 initial ebuild, #176083
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.1 www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf?rev=1.1&content-type=text/plain
13
14 Index: 10_mod_auth_imap.conf
15 ===================================================================
16 <IfDefine AUTH_IMAP>
17 LoadModule auth_imap_module modules/mod_auth_imap.so
18
19 <Directory /var/www/localhost/htdocs>
20 # For Apache 2.2 the mod_auth_basic module is now set to
21 # be authoritative, and must be disabled if other modules
22 # are used for authentication.
23 #AuthBasicAuthoritative Off
24
25 # Turn on IMAP Authentication
26 #Auth_IMAP_Enabled on
27
28 # Give a name to the authentication domain, whatever you want:
29 #AuthName "something.com"
30
31 # Only basic authentication is supported for now:
32 #AuthType Basic
33
34 # If you feel like it, restrict the users or allow all "valid-user"
35 #Require user user1 user2
36
37 # Make IMAP Authentication authoritative for this .htaccess file:
38 #Auth_IMAP_Authoritative on
39
40 # Set the IMAP Server to which you want to connect (default=localhost):
41 #Auth_IMAP_Server imap.something.com
42
43 # Set the port on which the imap server is running (default=143):
44 #Auth_IMAP_Port 143
45
46 # Turn on some extra logging (login attempts, etc.) in Apache's Error Log
47 #Auth_IMAP_Log on
48 </Directory>
49 </IfDefine>
50
51
52
53 1.1 www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0?rev=1.1&content-type=text/plain
57
58 Index: digest-mod_auth_imap2-2.2.0
59 ===================================================================
60 MD5 28d648942d37df92cabdbccf0e962e05 mod_auth_imap2-2.2.0.tar.gz 12787
61 RMD160 25867f4c7c0f3f8b4bcd9c7effab6abaef7ebd9c mod_auth_imap2-2.2.0.tar.gz 12787
62 SHA256 9642a13932010b9587d7b2263f21bed29602253bac18cb6c8847385d13d3cce0 mod_auth_imap2-2.2.0.tar.gz 12787
63
64
65
66 --
67 gentoo-commits@g.o mailing list