Summary: The uniform PAM password-checking interface Summary(pl): Jednolity interfejs do sprawdzania haseł przez PAM Name: checkpassword-pam Version: 0.96 Release: 1 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/sourceforge/checkpasswd-pam/%{name}-%{version}.tar.gz # Source0-md5: c42612e79d5759e9bfe7edf6391d9fc1 URL: http://checkpasswd-pam.sourceforge.net/ BuildRequires: pam-devel 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 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},%{_mandir}/man8} install checkpassword-pam $RPM_BUILD_ROOT%{_bindir} install checkpassword-pam.8 $RPM_BUILD_ROOT%{_mandir}/man8 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/* %attr(644,root,root) %{_mandir}/man8/*