Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37517604
en ru br
Репозитории ALT
S:0.8.1-alt0.1.g4f76d51
5.1: 0.7-alt10.RC1
4.1: 0.7-alt10.RC1
4.0: 0.7-alt9.pre3.3.1
3.0: 0.5-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: pam-mysql

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define git 4f76d51

Name: pam-mysql
Summary: MySQL authentication for PAM
Version: 0.8.1
Release: alt0.1.g%git

Packager: L.A. Kostis <lakostis at altlinux.ru>
Url: https://github.com/NigelCunningham/pam-MySQL
Source: pam_mysql-%version.tar
Source1: %name.conf
License: GPL2
Group: System/Libraries

BuildRequires(pre): libpam-devel
BuildRequires: gcc-c++ libmysqlclient21-devel libstdc++-devel zlib-devel libssl-devel

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a MySQL database. Now configurable in terms of which
host the database resides upon and which table and username and password
column to interrogate.

%prep
%setup -q -n pam_mysql-%version

%build
%autoreconf
%configure --with-pam-mods-dir=%_pam_modules_dir --with-openssl

%make

%install
%make_install DESTDIR=%buildroot install
mkdir -p %buildroot%_sysconfdir
install -p -m600 %SOURCE1 %buildroot%_sysconfdir/

%files
%doc ChangeLog AUTHORS COPYING README NEWS
%_pam_modules_dir/pam_mysql.so
%attr(600,root,root) %config(noreplace) %_sysconfdir/%name.conf

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin