diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-12-30 17:13:59 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-12-30 17:13:59 +0000 |
commit | d9d9c133af71cbcb217ee6ba8bd48ec9f6939ab3 (patch) | |
tree | 2f386a185dce738f39b8eac5f57ac167fa579459 /www-apache/mod_auth_imap2/files | |
parent | Clean files. (diff) | |
download | gentoo-2-d9d9c133af71cbcb217ee6ba8bd48ec9f6939ab3.tar.gz gentoo-2-d9d9c133af71cbcb217ee6ba8bd48ec9f6939ab3.tar.bz2 gentoo-2-d9d9c133af71cbcb217ee6ba8bd48ec9f6939ab3.zip |
initial ebuild, #176083
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'www-apache/mod_auth_imap2/files')
-rw-r--r-- | www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf | 34 | ||||
-rw-r--r-- | www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0 | 3 |
2 files changed, 37 insertions, 0 deletions
diff --git a/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf b/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf new file mode 100644 index 000000000000..a2c0a02b9425 --- /dev/null +++ b/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf @@ -0,0 +1,34 @@ +<IfDefine AUTH_IMAP> +LoadModule auth_imap_module modules/mod_auth_imap.so + +<Directory /var/www/localhost/htdocs> + # For Apache 2.2 the mod_auth_basic module is now set to + # be authoritative, and must be disabled if other modules + # are used for authentication. + #AuthBasicAuthoritative Off + + # Turn on IMAP Authentication + #Auth_IMAP_Enabled on + + # Give a name to the authentication domain, whatever you want: + #AuthName "something.com" + + # Only basic authentication is supported for now: + #AuthType Basic + + # If you feel like it, restrict the users or allow all "valid-user" + #Require user user1 user2 + + # Make IMAP Authentication authoritative for this .htaccess file: + #Auth_IMAP_Authoritative on + + # Set the IMAP Server to which you want to connect (default=localhost): + #Auth_IMAP_Server imap.something.com + + # Set the port on which the imap server is running (default=143): + #Auth_IMAP_Port 143 + + # Turn on some extra logging (login attempts, etc.) in Apache's Error Log + #Auth_IMAP_Log on +</Directory> +</IfDefine> diff --git a/www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0 b/www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0 new file mode 100644 index 000000000000..fa5a34e7775f --- /dev/null +++ b/www-apache/mod_auth_imap2/files/digest-mod_auth_imap2-2.2.0 @@ -0,0 +1,3 @@ +MD5 28d648942d37df92cabdbccf0e962e05 mod_auth_imap2-2.2.0.tar.gz 12787 +RMD160 25867f4c7c0f3f8b4bcd9c7effab6abaef7ebd9c mod_auth_imap2-2.2.0.tar.gz 12787 +SHA256 9642a13932010b9587d7b2263f21bed29602253bac18cb6c8847385d13d3cce0 mod_auth_imap2-2.2.0.tar.gz 12787 |