7ca4a1
%global nssdir /%{_lib}
7ca4a1
%global pamdir /%{_lib}/security
7ca4a1
7ca4a1
%define _hardened_build 1
7ca4a1
7ca4a1
Name:           nss-pam-ldapd
7ca4a1
Version:        0.9.9
84e5df
Release:        5%{?dist}
7ca4a1
Summary:        An nsswitch module which uses directory servers
7ca4a1
License:        LGPLv2+
7ca4a1
URL:            http://arthurdejong.org/nss-pam-ldapd/
7ca4a1
Source0:        http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-%{version}.tar.gz
7ca4a1
Source1:        http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-%{version}.tar.gz.sig
7ca4a1
Source3:        nslcd.tmpfiles
7ca4a1
Source4:        nslcd.service
7ca4a1
7ca4a1
# Pylint tests fail w/o certain imports and are not needed for nslcd anyway,
7ca4a1
# plus, we don't ship the python utilities
7ca4a1
Patch0001:      0001-Disable-pylint-tests.patch
7ca4a1
Patch0002:      0002-Watch-for-uint32_t-overflows.patch
84e5df
Patch0003:      0003-Allow-logging-longer-lines.patch
7ca4a1
7ca4a1
BuildRequires:  openldap-devel, krb5-devel
7ca4a1
BuildRequires:  autoconf, automake
7ca4a1
BuildRequires:  pam-devel
7ca4a1
BuildRequires:  systemd-units
7ca4a1
%{?systemd_requires}
7ca4a1
7ca4a1
# Pull in nscd, which is recommended.
7ca4a1
Recommends:     nscd
7ca4a1
7ca4a1
Obsoletes:      nss-ldapd < 0.7
7ca4a1
Provides:       nss-ldapd = %{version}-%{release}
7ca4a1
7ca4a1
# Obsolete PADL's nss_ldap
7ca4a1
Provides:       nss_ldap = 265-12
7ca4a1
Obsoletes:      nss_ldap < 265-11
7ca4a1
7ca4a1
# Obsolete PADL's pam_ldap
7ca4a1
Provides:       pam_ldap = 185-15
7ca4a1
Obsoletes:      pam_ldap < 185-15
7ca4a1
7ca4a1
%description
7ca4a1
The nss-pam-ldapd daemon, nslcd, uses a directory server to look up name
7ca4a1
service information (users, groups, etc.) on behalf of a lightweight
7ca4a1
nsswitch module.
7ca4a1
7ca4a1
%prep
7ca4a1
%autosetup -p1
7ca4a1
autoreconf -f -i
7ca4a1
7ca4a1
%build
7ca4a1
%configure --libdir=%{nssdir} \
7ca4a1
           --disable-utils \
7ca4a1
           --with-pam-seclib-dir=%{pamdir} \
7ca4a1
           --with-nslcd-pidfile=/run/nslcd/nslcd.pid \
7ca4a1
           --with-nslcd-socket=/run/nslcd/socket \
7ca4a1
7ca4a1
%make_build
7ca4a1
7ca4a1
%check
7ca4a1
make check
7ca4a1
7ca4a1
%install
7ca4a1
rm -rf $RPM_BUILD_ROOT
7ca4a1
make install DESTDIR=$RPM_BUILD_ROOT
7ca4a1
mkdir -p $RPM_BUILD_ROOT/{%{_libdir},%{_unitdir}}
7ca4a1
install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_unitdir}/
7ca4a1
7ca4a1
ln -s libnss_ldap.so.2 $RPM_BUILD_ROOT/%{nssdir}/libnss_ldap.so
7ca4a1
7ca4a1
sed -i -e 's,^uid.*,uid nslcd,g' -e 's,^gid.*,gid ldap,g' \
7ca4a1
$RPM_BUILD_ROOT/%{_sysconfdir}/nslcd.conf
7ca4a1
touch -r nslcd.conf $RPM_BUILD_ROOT/%{_sysconfdir}/nslcd.conf
7ca4a1
mkdir -p -m 0755 $RPM_BUILD_ROOT/run/nslcd
7ca4a1
mkdir -p -m 0755 $RPM_BUILD_ROOT/%{_tmpfilesdir}
7ca4a1
install -p -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}.conf
7ca4a1
7ca4a1
%files
7ca4a1
%defattr(-,root,root)
7ca4a1
%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO
7ca4a1
%{_sbindir}/*
7ca4a1
%{nssdir}/*.so*
7ca4a1
%{pamdir}/pam_ldap.so
7ca4a1
%{_mandir}/*/*
7ca4a1
%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/nslcd.conf
7ca4a1
%attr(0644,root,root) %config(noreplace) %{_tmpfilesdir}/%{name}.conf
7ca4a1
%{_unitdir}/nslcd.service
7ca4a1
%attr(0775,nslcd,root) /run/nslcd
7ca4a1
7ca4a1
%pre
7ca4a1
getent group  ldap  > /dev/null || \
7ca4a1
/usr/sbin/groupadd -r -g 55 ldap
7ca4a1
getent passwd nslcd > /dev/null || \
7ca4a1
/usr/sbin/useradd -r -g ldap -c 'LDAP Client User' \
7ca4a1
    -u 65 -d / -s /sbin/nologin nslcd 2> /dev/null || :
7ca4a1
7ca4a1
%post
7ca4a1
# The usual stuff.
7ca4a1
/sbin/ldconfig
7ca4a1
%systemd_post nslcd.service
7ca4a1
7ca4a1
%preun
7ca4a1
%systemd_preun nslcd.service
7ca4a1
7ca4a1
%postun
7ca4a1
/sbin/ldconfig
7ca4a1
%systemd_postun_with_restart nslcd.service
7ca4a1
7ca4a1
%changelog
84e5df
* Mon Dec 6 2021 Tomas Halman <thalman@redhat.com> - 0.9.9-5
84e5df
- Resolves: rhbz#2028914 - nslcd prints only 200 characters in error message
84e5df
7ca4a1
* Mon Sep 20 2021 Tomas Halman <thalman@redhat.com> - 0.9.9-4
7ca4a1
- moving temp files from /var/run to /run
7ca4a1
- Resolves: rhbz#1969826 - tmpfiles snippet needs updated path for
7ca4a1
                           nss-pam-ldapd
7ca4a1
7ca4a1
* Wed May 30 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.9.9-3
7ca4a1
- Also change the pemissions on tmpfiles
7ca4a1
- Related: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
7ca4a1
                          with SELinux enabled
7ca4a1
7ca4a1
* Wed May 30 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.9.9-2
7ca4a1
- Apply a patch by Lukas Slebodnik to allow root to write to the
7ca4a1
  /var/run/nslcd directory
7ca4a1
- Resolves: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
7ca4a1
                           with SELinux enabled
7ca4a1
7ca4a1
* Sun Apr  1 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.9.9-1
7ca4a1
- Upgrade to the latest upstream
7ca4a1
  - Disable the python utilities
7ca4a1
  - Don't bother with failing pylint test as we don't ship the python
7ca4a1
    utilities
7ca4a1
- Drop unused validname and exitcode patches, port strtoid overflow
7ca4a1
  patch
7ca4a1
7ca4a1
* Sat Mar 31 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.8.14-12
7ca4a1
- Get rid of all conditions that are always true for both EPEL-7 and Fedora
7ca4a1
  as it's quite unlikely we'd use this specfile on EPEL-6
7ca4a1
- Remove the sysvinit script and all the scriptlets around it
7ca4a1
- Unconditionally use systemd scriptlet macros and systemd_requires
7ca4a1
- Unconditionally build the PAM module as the PADL module is long dead
7ca4a1
- Remove the auto-migration of settings from nss_ldap as it's been
7ca4a1
  long gone from Fedora
7ca4a1
- Don't check /etc/sysconfig/authconfig as authconfig is on its way
7ca4a1
  out from Fedora
7ca4a1
- Use only spaces, not tabs, to stop my editor from looking like a
7ca4a1
  Christmas tree
7ca4a1
- Remove the obsolete Group stanza
7ca4a1
- Make nscd Recommended, not Required
7ca4a1
7ca4a1
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-11
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7ca4a1
7ca4a1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-10
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7ca4a1
7ca4a1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-9
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7ca4a1
7ca4a1
* Wed Feb  8 2017 Jakub Hrozek <jhrozek@redhat.com> 0.8.14-8
7ca4a1
- Apply a patch from Stanislav Moravec to fix nslcd return code
7ca4a1
7ca4a1
* Tue Mar 29 2016 Nalin Dahyabhai <nalin@redhat.com> 0.8.14-7
7ca4a1
- move the packaged tmpfiles.d file from /etc/tmpfiles.d to %%{_tmpfilesdir},
7ca4a1
  per heads-up from Ville Skyttä on devel@
7ca4a1
7ca4a1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-6
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7ca4a1
7ca4a1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-5
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7ca4a1
7ca4a1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-4
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7ca4a1
7ca4a1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.14-3
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ca4a1
7ca4a1
* Wed May 07 2014 Nalin Dahyabhai <nalin@redhat.com> 0.8.14-2
7ca4a1
- where we check for USELDAP=yes in /etc/sysconfig/authconfig as an indication
7ca4a1
  of nss_ldap being in use, to decide whether to enable the nslcd service or
7ca4a1
  not, also check for USELDAPAUTH=yes, which indicates pam_ldap is being used
7ca4a1
7ca4a1
* Sat Oct 05 2013 Jakub Hrozek <jhrozek@redhat.com>  0.8.14-1
7ca4a1
- New upstream release 0.8.14
7ca4a1
- Remove upstreamed patches
7ca4a1
7ca4a1
* Sat Oct 05 2013 Jakub Hrozek <jhrozek@redhat.com>  0.8.13-4
7ca4a1
- Backport fixes for #1003011
7ca4a1
7ca4a1
* Sat Oct 05 2013 Jakub Hrozek <jhrozek@redhat.com>  0.8.13-3
7ca4a1
- Build with _hardened_build macro
7ca4a1
7ca4a1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.13-2
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7ca4a1
7ca4a1
* Mon May  6 2013 Nalin Dahyabhai <nalin@redhat.com> 0.8.13-1
7ca4a1
- update to 0.8.13
7ca4a1
- correct a syntax error in the fix that was added for #832706
7ca4a1
7ca4a1
* Tue Apr 30 2013 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-4
7ca4a1
- in %%post, attempt to rewrite any instances of "map group uniqueMember ..."
7ca4a1
  to be "map group member ..." in nslcd.conf, as the attribute name changed
7ca4a1
  in 0.8.4 (via freeipa ticket #3589)
7ca4a1
7ca4a1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.12-3
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7ca4a1
7ca4a1
* Fri Jan 18 2013 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-2
7ca4a1
- drop local patch to make the client flush some more read buffers
7ca4a1
7ca4a1
* Fri Jan 18 2013 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-1
7ca4a1
- update to 0.8.12 (#846793)
7ca4a1
- make building pam_ldap conditional on the targeted release
7ca4a1
- add "After=named.service dirsrv.target slapd.service" to nslcd.service,
7ca4a1
  to make sure that nslcd is started after them if they're to be started
7ca4a1
  on the local system (#832706)
7ca4a1
- alter the versioned Obsoletes: on pam_ldap to include the F18 package
7ca4a1
- use %%{_unitdir} when deciding where to put systemd configuration, based
7ca4a1
  on patch from Václav Pavlín (#850232)
7ca4a1
- use new systemd macros for scriptlet hooks, when available, based on
7ca4a1
  patch from Václav Pavlín (#850232)
7ca4a1
7ca4a1
* Sun Sep 09 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.17-1
7ca4a1
- new upstream release 0.7.17
7ca4a1
7ca4a1
* Sun Aug 05 2012 Jakub Hrozek <jhrozek@redhat.com> - 0.7.16-5
7ca4a1
- Obsolete PADL's nss_ldap
7ca4a1
7ca4a1
* Sat Aug 04 2012 Jakub Hrozek <jhrozek@redhat.com> - 0.7.16-4
7ca4a1
- Build the PAM module, obsoletes PADL's pam-ldap (#856006)
7ca4a1
7ca4a1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.16-3
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7ca4a1
7ca4a1
* Mon May 14 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.16-2
7ca4a1
- backport upstream revision r1659 related to broken pipe when
7ca4a1
  requesting a large group
7ca4a1
- use grep -E instead of egrep to avoid rpmlint warnings
7ca4a1
7ca4a1
* Sat Apr 28 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.16-1
7ca4a1
- new upstream release 0.7.16
7ca4a1
7ca4a1
* Thu Mar 15 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.15-2
7ca4a1
- Do not print "Broken Pipe" error message when requesting a large group
7ca4a1
7ca4a1
* Fri Mar 9 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.15-1
7ca4a1
- new upstream release 0.7.15
7ca4a1
7ca4a1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.14-3
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7ca4a1
7ca4a1
* Fri Dec 16 2011 Jakub Hrozek <jhrozek@redhat.com> 0.7.14-2
7ca4a1
- Do not overflow large UID/GID values on 32bit architectures
7ca4a1
7ca4a1
* Mon Nov 28 2011 Nalin Dahyabhai <nalin@redhat.com>
7ca4a1
- use the same conditional test for deciding when to create the .so symlink as
7ca4a1
  we do later on for deciding when to include it in the package (#757004)
7ca4a1
7ca4a1
* Fri Sep 23 2011 Jakub Hrozek <jhrozek@redhat.com> 0.7.14-1
7ca4a1
- new upstream release 0.7.14
7ca4a1
- obsoletes nss-pam-ldapd-0.7.x-buffers.patch
7ca4a1
7ca4a1
* Wed Aug 24 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-8
7ca4a1
- include backported enhancement to take URIs in the form "dns:DOMAIN" in
7ca4a1
  addition to the already-implemented "dns" (#730309)
7ca4a1
7ca4a1
* Thu Jul 14 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-7
7ca4a1
- switch to only munging the contents of /etc/nslcd.conf on the very first
7ca4a1
  install (#706454)
7ca4a1
- make sure that we have enough space to parse any valid GID value when
7ca4a1
  parsing a user's primary GID (#716822)
7ca4a1
- backport support for the "validnames" option from SVN and use it to allow
7ca4a1
  parentheses characters by modifying the default setting (#690870), then
7ca4a1
  modify the default again to also allow shorter and shorter names to pass
7ca4a1
  muster (#706860)
7ca4a1
7ca4a1
* Wed Jul 13 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-6
7ca4a1
- convert to systemd-native startup (#716997)
7ca4a1
7ca4a1
* Mon Jun 13 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-5
7ca4a1
- change the file path Requires: we have for pam_ldap into a package name
7ca4a1
  Requires: (#601931)
7ca4a1
7ca4a1
* Wed Mar 30 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-4
7ca4a1
- tag nslcd.conf with %%verify(not md5 size mtime), since we always tweak
7ca4a1
  it in %%post (#692225)
7ca4a1
7ca4a1
* Tue Mar  1 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-3
7ca4a1
- add a tmpfiles configuration to ensure that /var/run/nslcd is created when
7ca4a1
  /var/run is completely empty at boot (#656643)
7ca4a1
7ca4a1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.13-2
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7ca4a1
7ca4a1
* Mon Dec 13 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-1
7ca4a1
- update to 0.7.13
7ca4a1
7ca4a1
* Fri Oct 29 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.12-1
7ca4a1
- update to 0.7.12
7ca4a1
7ca4a1
* Fri Oct 15 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.11-1
7ca4a1
- update to 0.7.11
7ca4a1
7ca4a1
* Wed Sep 29 2010 jkeating - 0.7.10-2
7ca4a1
- Rebuilt for gcc bug 634757
7ca4a1
7ca4a1
* Fri Sep 24 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-1
7ca4a1
- update to 0.7.10
7ca4a1
7ca4a1
* Thu Sep 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.9-2
7ca4a1
- when creating /var/run/nslcd in the buildroot, specify that 0755 is a
7ca4a1
  permissions value and not another directory name (#636880)
7ca4a1
7ca4a1
* Mon Aug 30 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.9-1
7ca4a1
- update to 0.7.9
7ca4a1
7ca4a1
* Wed Aug 18 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.8-1
7ca4a1
- update to 0.7.8
7ca4a1
7ca4a1
* Wed Jul  7 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.7-1
7ca4a1
- update to 0.7.7
7ca4a1
7ca4a1
* Mon Jun 28 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.6-3
7ca4a1
- don't accidentally set multiple 'gid' settings in nslcd.conf, and try to
7ca4a1
  clean up after older versions of this package that did (#608314)
7ca4a1
7ca4a1
* Thu May 27 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.6-2
7ca4a1
- make inclusion of the .so symlink conditional on being on a sufficiently-
7ca4a1
  new Fedora where pam_ldap isn't part of the nss_ldap package, so having
7ca4a1
  this package conflict with nss_ldap doesn't require that pam_ldap be
7ca4a1
  removed (#596691)
7ca4a1
7ca4a1
* Thu May 27 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.6-1
7ca4a1
- update to 0.7.6
7ca4a1
7ca4a1
* Mon May 17 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.5-3
7ca4a1
- switch to the upstream patch for #592411
7ca4a1
7ca4a1
* Fri May 14 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.5-2
7ca4a1
- don't return an uninitialized buffer as the value for an optional attribute
7ca4a1
  that isn't present in the directory server entry (#592411)
7ca4a1
7ca4a1
* Fri May 14 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.5-1
7ca4a1
- update to 0.7.5
7ca4a1
7ca4a1
* Fri May 14 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.4-1
7ca4a1
- update to 0.7.4
7ca4a1
- stop trying to migrate retry timeout parameters from old ldap.conf files
7ca4a1
- add an explicit requires: on nscd to make sure it's at least available on
7ca4a1
  systems that are using nss-pam-ldapd; otherwise it's usually optional
7ca4a1
7ca4a1
* Tue Mar 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.3-1
7ca4a1
- update to 0.7.3
7ca4a1
7ca4a1
* Thu Feb 25 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.2-2
7ca4a1
- bump release for post-review commit
7ca4a1
7ca4a1
* Thu Feb 25 2010 Nalin Dahyabhai <nalin@redhat.com> 0.7.2-1
7ca4a1
- add comments about why we have a .so link at all, and not a -devel subpackage
7ca4a1
7ca4a1
* Wed Jan 13 2010 Nalin Dahyabhai <nalin@redhat.com>
7ca4a1
- obsolete/provides nss-ldapd
7ca4a1
- import configuration from nss-ldapd.conf, too
7ca4a1
7ca4a1
* Tue Jan 12 2010 Nalin Dahyabhai <nalin@redhat.com>
7ca4a1
- rename to nss-pam-ldapd
7ca4a1
- also check for import settings in /etc/nss_ldap.conf and /etc/pam_ldap.conf
7ca4a1
7ca4a1
* Thu Sep 24 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.11-2
7ca4a1
- rebuild
7ca4a1
7ca4a1
* Wed Sep 16 2009 Nalin Dahyabhai <nalin@redhat.com> 
7ca4a1
- apply Mitchell Berger's patch to clean up the init script, use %%{_initddir},
7ca4a1
  and correct the %%post so that it only thinks about turning on nslcd when
7ca4a1
  we're first being installed (#522947)
7ca4a1
- tell status() where the pidfile is when the init script is called for that
7ca4a1
7ca4a1
* Tue Sep  8 2009 Nalin Dahyabhai <nalin@redhat.com>
7ca4a1
- fix typo in a comment, capitalize the full name for "LDAP Client User" (more
7ca4a1
  from #516049)
7ca4a1
7ca4a1
* Wed Sep  2 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.11-1
7ca4a1
- update to 0.6.11
7ca4a1
7ca4a1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.10-4
7ca4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7ca4a1
7ca4a1
* Thu Jun 18 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.10-3
7ca4a1
- update URL: and Source:
7ca4a1
7ca4a1
* Mon Jun 15 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.10-2
7ca4a1
- add and own /var/run/nslcd
7ca4a1
- convert hosts to uri during migration
7ca4a1
7ca4a1
* Thu Jun 11 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.10-1
7ca4a1
- update to 0.6.10
7ca4a1
7ca4a1
* Fri Apr 17 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.8-1
7ca4a1
- bump release number to 1 (part of #491767)
7ca4a1
- fix which group we check for during %%pre (part of #491767)
7ca4a1
7ca4a1
* Tue Mar 24 2009 Nalin Dahyabhai <nalin@redhat.com>
7ca4a1
- require chkconfig by package rather than path (Jussi Lehtola, part of #491767)
7ca4a1
7ca4a1
* Mon Mar 23 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.8-0.1
7ca4a1
- update to 0.6.8
7ca4a1
7ca4a1
* Mon Mar 23 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.7-0.1
7ca4a1
- start using a dedicated user
7ca4a1
7ca4a1
* Wed Mar 18 2009 Nalin Dahyabhai <nalin@redhat.com> 0.6.7-0.0
7ca4a1
- initial package (#445965)