Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853787
en ru br
ALT Linux repos
S:1.8.5-alt1.qa1
5.0: 1.8.5-alt1
4.1: 1.8.5-alt1
4.0: 1.8.5-alt1
3.0:
+backports:1.8.5-alt0.M30.1

Group :: System/Servers
RPM: poppassd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define __pamdir %_sysconfdir/pam.d/
%define __xinetdir %_sysconfdir/xinetd.d/

Summary: Eudora Poppassd modified to support PAM
Name: poppassd
Version: 1.8.5
Release: alt1.qa1
License: GPL
Group: System/Servers
Source0: http://echelon.pl/pubs/%{name}-%{version}.tar.gz
Source1: %{name}.pam
Source2: %{name}.xinetd
URL: http://echelon.pl/pubs/poppassd.html

# Automatically added by buildreq on Wed Feb 07 2007

BuildRequires: libpam-devel

PreReq: xinetd

%description
Poppassd-ceti is a Qualcomm password changer daemon with PAM support
and several other improvements. This program is intended to be a
secure way to change system passwords via the Web. Methods that
involve calling SUID programs directly from the Web are especially
avoided. Poppassd strictly isolates the Web interface from actual
password manipulations. The program contains no known security bugs
that could be reported since it was released several years ago. This
version uses PAM, which means you can do anything PAM can. Currently,
there are PAM modules for almost all known authentication methods
available.

%prep
%setup -q

%build
%__make

%install
%__mkdir_p %buildroot/{%_sbindir,%_sysconfdir}
%__mkdir_p %buildroot/{%__pamdir,%__xinetdir}
%__install %name %buildroot/%_sbindir/
%__install -m 640 %SOURCE1 %buildroot/%__pamdir/%name
%__install -m 640 %SOURCE2 %buildroot/%__xinetdir/%name

%files
%doc README COPYING
%attr(2711,root,shadow) %_sbindir/%name
%attr(640,root,shadow) %config(noreplace) %__pamdir/%name
%attr(640,root,root) %config(noreplace) %__xinetdir/%name

%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