SPECS: apache.spec - the commit

arekm arekm at pld-linux.org
Wed Dec 14 11:28:20 CET 2005


Author: arekm                        Date: Wed Dec 14 10:28:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- the commit

---- Files affected:
SPECS:
   apache.spec (1.425 -> 1.426) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.425 SPECS/apache.spec:1.426
--- SPECS/apache.spec:1.425	Mon Dec 12 10:26:48 2005
+++ SPECS/apache.spec	Wed Dec 14 11:28:15 2005
@@ -472,92 +472,132 @@
 Ten moduł pozwala na uruchamianie skryptów w momencie gdy nadchodzi
 żądanie pobrania pliku określonego typu.
 
-%package mod_auth
-Summary:	Apache module with user authentication using textual files
-Summary(pl):	Moduł Apache'a identyfikujący użytkowników na podstawie plików tekstowych
+%package mod_auth_basic
+Summary:	Apache module that allows basic authentication
 Group:		Networking/Daemons
-Provides:	apache(mod_auth) = %{version}-%{release}
+Provides:	apache(mod_auth_basic) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
-Requires:	htpasswd
 
-%description mod_auth
-This package contains mod_auth module. It provides for user
-authentication using textual files.
+%description mod_auth_basic
+This module allows the use of HTTP Basic Authentication to restrict access by looking up users in the given providers.
 
-%description mod_auth -l pl
-Ten pakiet zawiera moduł mod_auth. Służy on do sprawdzania tożsamości
-użytkowników na podstawie plików tekstowych.
+%package mod_authn_alias
+Summary:	Apache module that provides the ability to create extended authentication
+Group:		Networking/Daemons
+Provides:	apache(mod_authn_alias) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_authn_alias
+This module allows extended authentication providers to be created within the configuration file and assigned an alias name.
+
+%package mod_authn_anon
+Summary:	Apache module that allows "anonymous" user access to authenticated areas
+Group:		Networking/Daemons
+Provides:	apache(mod_authn_anon) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_authn_anon
+This module provides authentication front-ends such as mod_auth_basic to authenticate users similar to anonymous-ftp sites, i.e. have a 'magic' user id 'anonymous' and the email address as a password. These email addresses can be logged.
+
+%package mod_authn_dbd
+Summary:	Apache module that allows user authentication using an SQL
+Group:		Networking/Daemons
+Provides:	apache(mod_authn_dbd) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_authn_dbd
+This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in SQL tables.
+
+%package mod_authn_dbm
+Summary:	Apache module that allows user authentication using DBM files
+Group:		Networking/Daemons
+Provides:	apache(mod_authn_dbm) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_authn_dbm
+This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in dbm password files.
+
+%package mod_authn_default
+Summary:	Apache module that rejects any credentials supplied by the user
+Group:		Networking/Daemons
+Provides:	apache(mod_authn_default) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
-%package mod_auth_anon
-Summary:	Apache module with "anonymous" user access authentication
-Summary(pl):	Moduł Apache'a oferujący autoryzację użytkownika "anonimowego"
+%description mod_authn_default
+This module is designed to be the fallback module, if you don't have configured an authentication module like mod_auth_basic. It simply rejects any credentials supplied by the user.
+
+%package mod_authn_file
+Summary:	Apache module that allows user authentication using text files
 Group:		Networking/Daemons
-Provides:	apache(mod_auth_anon) = %{version}-%{release}
+Provides:	apache(mod_authn_file) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_anon
-This package contains mod_auth_anon module. It allows "anonymous" user
-access to authenticated areas. It does access control in a manner
-similar to anonymous FTP sites; i.e. have a 'magic' user id
-'anonymous' and the email address as a password. These email addresses
-can be logged. Combined with other (database) access control methods,
-this allows for effective user tracking and customization according to
-a user profile while still keeping the site open for 'unregistered'
-users. One advantage of using Auth-based user tracking is that, unlike
-magic-cookies and funny URL pre/postfixes, it is completely browser
-independent and it allows users to share URLs.
+%description mod_authn_file
+This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in plain text password files.
+
+%package mod_authnz_ldap
+Summary:	Apache module that allows an LDAP directory to be used to store the database for HTTP Basic authentication
+Group:		Networking/Daemons
+Provides:	apache(mod_authnz_ldap) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_anon -l pl
-Ten moduł oferuje autoryzację użytkownika "anonimowego" podobnie do
-anonimowych serwerów FTP (użytkownik "anonymous" oraz hasło w postaci
-adresu pocztowego użytkownika).
+%description mod_authnz_ldap
+This module provides authentication front-ends such as mod_auth_basic to authenticate users through an ldap directory.
 
-%package mod_auth_ldap
-Summary:	Apache module with LDAP user access authentication
-Summary(pl):	Moduł Apache'a oferujący autoryzację użytkowników poprzez LDAP
+%package mod_authz_dbm
+Summary:	Apache module that allows group authorization using DBM files
 Group:		Networking/Daemons
-Provides:	apache(mod_auth_ldap) = %{version}-%{release}
+Provides:	apache(mod_authz_dbm) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
-Requires:	%{name}-mod_ldap = %{version}-%{release}
 
-%description mod_auth_ldap
-Apache module with LDAP user access authentication.
+%description mod_authz_dbm
+This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site by group membership.
+
+%package mod_authz_default
+Summary:	Apache module that rejects any authorization request
+Group:		Networking/Daemons
+Provides:	apache(mod_authz_default) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_ldap -l pl
-Moduł Apache'a oferujący autoryzację użytkowników poprzez LDAP.
+%description mod_authz_default
+This module is designed to be the fallback module, if you don't have configured an authorization module like mod_authz_user or mod_authz_groupfile. It simply rejects any authorization request.
 
-%package mod_auth_dbm
-Summary:	Apache module with user authentication which uses DBM files
-Summary(pl):	Moduł Apache'a z mechanizmem identyfikacji korzystającym z plików DBM
+%package mod_authz_groupfile
+Summary:	Apache module that allows group authorization using plaintext files
 Group:		Networking/Daemons
-Obsoletes:	apache-mod_auth_db
-Provides:	apache(mod_auth_dbm) = %{version}-%{release}
+Provides:	apache(mod_authz_groupfile) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_dbm
-This module provides for HTTP Basic Authentication, where the
-usernames and passwords are stored in DBM type database files. It is
-an alternative to the plain text password files provided by mod_auth.
+%description mod_authz_groupfile
+This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site by group membership.
+
+%package mod_authz_host
+Summary:	Apache module that allows group authorizations based on host (name or IP address)
+group authorization using plaintext files
+Group:		Networking/Daemons
+Provides:	apache(mod_authz_host) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_dbm -l pl
-Ten moduł udostępnia Prostą Autoryzację HTTP, gdzie użytkownicy oraz
-ich hasła są trzymane w plikach bazy typu DBM.
+%description mod_authz_host
+The directives provided by mod_authz_host are used in <Directory>, <Files>, and <Location> sections as well as .htaccess files to control access to particular parts of the server. Access can be controlled based on the client hostname, IP address, or other characteristics of the client request, as captured in environment variables.
 
-%package mod_auth_digest
-Summary:	Apache user authentication module using MD5 Digest Authentication
-Summary(pl):	Moduł Apache'a do autoryzacji MD5
+%package mod_authz_owner
+Summary:	Apache module that allows authorization based on file ownership
 Group:		Networking/Daemons
-Obsoletes:	apache-mod_digest
-Provides:	apache(mod_auth_digest) = %{version}-%{release}
+Provides:	apache(mod_authz_owner) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
-%description mod_auth_digest
-This package contains mod_digest module. It provides user
-authentication using MD5 Digest Authentication.
+%description mod_authz_owner
+This module authorizes access to files by comparing the userid used for HTTP authentication (the web userid) with the file-system owner or group of the requested file. The supplied username and password must be already properly verified by an authentication module, such as mod_auth_basic or mod_auth_digest.
 
-%description mod_auth_digest -l pl
-Moduł ten dostarcza metodę autoryzacji bazującą na MD5 Digest
-Authentication.
+%package mod_authz_user
+Summary:	Apache module that allows user authorization
+Group:		Networking/Daemons
+Provides:	apache(mod_authz_user) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_authz_user
+This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site.
 
 %package mod_autoindex
 Summary:	Apache module - display index of files
@@ -1872,6 +1912,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.426  2005/12/14 10:28:15  arekm
+- the commit
+
 Revision 1.425  2005/12/12 09:26:48  arekm
 - reenable metuxmpm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.425&r2=1.426&f=u




More information about the pld-cvs-commit mailing list