Summary: The uniform PAM password-checking interface Summary(pl.UTF-8): Jednolity interfejs do sprawdzania haseł przez PAM Name: checkpassword-pam Version: 0.99 Release: 2 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/checkpasswd-pam/%{name}-%{version}.tar.gz # Source0-md5: 47db7b71f281115b030d4947f09f4374 URL: http://checkpasswd-pam.sourceforge.net/ BuildRequires: pam-devel BuildRequires: rpmbuild(macros) >= 1.177 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description checkpassword provides a simple, uniform password-checking interface to all root applications. It is suitable for use by applications such as login, ftpd, and pop3d. checkpassword-pam uses PAM library to check passwords. There are checkpassword-compatible tools that support alternate password databases, secret login names, long passwords, subaccounts, one-time passwords, detailed accounting, and many other features. Applications that use the checkpassword interface will work with all of these tools. Several tools have been specifically designed to support POP toasters. %description -l pl.UTF-8 checkpassword udostępnia prosty, jednolity interfejs do sprawdzania haseł we wszystkich aplikacjach z prawami roota. Może być używany w aplikacjach takich jak login, ftpd i pop3d. checkpassword-pam używa biblioteki PAM do sprawdzania haseł. Dostępne są narzędzia kompatybilne z checkpassword obsługujące alternatywne bazy haseł, ukryte nazwy użytkowników, długie hasła, podkonta, hasła jednorazowe, szczegółowy accounting i wiele innych możliwości. Aplikacje używające interfejsu checkpassword będą działać z dowolnym z tych narzędzi. Kilka narzędzi zostało zaprojektowanych do obsługi POP. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man8} install checkpassword-pam $RPM_BUILD_ROOT%{_sbindir} install checkpassword-pam.8 $RPM_BUILD_ROOT%{_mandir}/man8 # compat ln -s ../sbin/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %triggerpostun -- %{name} < 0.99-2 ln -sf %{_sbindir}/%{name} %{_bindir}/%{name} %banner %{name} -e <