General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

checkpassword-ldap spec file : Dries RPM Repository

Back to the checkpassword-ldap rpms

Current spec in pydar2:


# $Id: checkpassword-ldap.spec 4303 2006-04-18 22:05:03Z dries $
# Authority: dag
# Upstream: Herve Commowick 

Summary: Provides a simple, uniform password-checking interface using an LDAP database.
Name: checkpassword-ldap
Version: 0.01
Release: 1.2
License: GPL
Group: System Environment/Base
URL: http://chkpasswd-ldap.sourceforge.net/

Source: http://dl.sf.net/chkpasswd-ldap/checkpassword-ldap.c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: openldap-devel

%description
checkpassword implementation that searches an LDAP database.

%prep

%build
${CC:-%{__cc}} %{optflags} -MT checkpassword-pam.o -MD -MP -MF "checkpassword-ldap.Tpo" -c -o checkpassword-ldap.o %{SOURCE0}
${CC:-%{__cc}} %{optflags} -o checkpassword-ldap checkpassword-ldap.o -lldap -ldl

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 checkpassword-ldap %{buildroot}%{_bindir}/checkpassword-ldap

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/*

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 0.01-1.2
- Rebuild for Fedora Core 5.

* Tue Mar 16 2004 Dag Wieers  - 0.01-1
- Initial package. (using DAR)