Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37770085
en ru br
ALT Linux repos
S:3.3.2-alt1

Group :: System/Servers
RPM: apache2-mod_authz_external

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname mod_authz_external
Summary: flexible tools for building custom basic authentication systems for the Apache HTTP Daemon
Name: apache2-mod_authz_external
Version: 3.3.2
Release: alt1
License: GPL
Group: System/Servers
Packager: Boris Savelev <boris at altlinux.org>
Url: http://code.google.com/p/mod-auth-external/
Source: %oname-%version.tar

# Automatically added by buildreq on Mon Sep 29 2008

BuildRequires: apache2-devel

%description
Mod_authnz_external and mod_auth_external are flexible tools for
building custom basic authentication systems for the Apache HTTP Daemon.
"Basic Authentication" is a type of authentication built into the HTTP protocol,
in which the browser automatically pops up a login box when the user requests a
protected resource, and the login ids and passwords entered are checked by
Apache. Mod_auth*_external allows the password checking normally done inside
Apache to be done by an separate external program running outside of Apache.

%prep
%setup -n %oname-%version

%build
%make APXS=%apache2_apxs build

%install
mkdir -p %buildroot{%apache2_moduledir,%apache2_mods_available,%_datadir/%oname}
install -m 644 .libs/*.so %buildroot%apache2_moduledir
install -m 644 authz_external.load %buildroot%apache2_mods_available

%files
%doc README INSTALL INSTALL.HARDCODE AUTHENTICATORS CHANGES UPGRADE TODO
%apache2_mods_available/*.load
%apache2_moduledir/*.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin