Nalin Dahyabhai
5cded00af8
use %%{_unitdir} and new systemd macros
...
- when deciding where to put systemd configuration, based
on patch from Václav Pavlín (#850232 )
- use new systemd macros for scriptlet hooks, when available, based on
patch from Václav Pavlín (#850232 )
2013-01-18 15:28:43 -05:00
Nalin Dahyabhai
849bb83ec8
Update the versioned obsoletes on pam_ldap for F18
...
The older pam_ldap package may be removed in the F19 timeframe.
2013-01-18 12:53:28 -05:00
Nalin Dahyabhai
0273c9723d
Add missing bug notation for #856006
...
Obsoleting pam_ldap in F19 and later removes the conflict. The 0.7.16-4
in F18 doesn't actually have this change, for some reason.
2013-01-18 12:53:28 -05:00
Nalin Dahyabhai
84ebb6466d
Add a missing bug notation for #846793
...
The bug actually asked for 0.8.10, but this'll help me not forget to
close it anyway. Hopefully.
2013-01-18 12:49:37 -05:00
Nalin Dahyabhai
f6d664f746
Try to start after BIND and directory servers
...
Add "After=named.service dirsrv.target slapd.service" to nslcd.service,
to make sure that nslcd is started after them if they're also running on
the local system (#832706 ).
2013-01-18 12:48:20 -05:00
Nalin Dahyabhai
ae14a12839
Make building of pam_ldap dependent on the release
...
Conditionalize whether or not we build pam_ldap on what the target
release is, in case we want to merge this back onto older release
branches later.
2013-01-18 12:47:44 -05:00
Nalin Dahyabhai
a080cbe21d
Skip file path adjustments on newer releases
...
Newer releases which don't have a separate /usr don't require any weird
tricks when making symlinks from /usr/lib to /lib, and don't require us
to do anything special to get PAM modules into /lib instead of /usr/lib.
Still, keep paths the same as they were before on releases that went out
before we made this change.
2013-01-18 12:47:44 -05:00
Nalin Dahyabhai
d117d3163d
Update to 0.8.12, part 4
...
Merge two patches for cutting down EPIPE errors in nslcd into one, and
try to cover other cases where the client doesn't flush its read buffer
before hanging up on the server.
2013-01-18 12:47:44 -05:00
Nalin Dahyabhai
93520225bb
Update to 0.8.12, part 3
...
Forward-port our local patch to catch out-of-range UID and GID values
when we read them.
2013-01-18 12:47:44 -05:00
Nalin Dahyabhai
782d1c4236
Update to 0.8.12, part 2
...
Remove no-longer-needed backport for support of "DNS:DOMAIN" as a way of
specifying which domain to search for LDAP SRV records when attempting
to discover the server location using DNS.
2013-01-18 12:47:44 -05:00
Nalin Dahyabhai
652cc0ff5f
Update to 0.8.12, part 1
...
Update the validnames patch, which is much simpler now.
2013-01-18 12:47:32 -05:00
Jakub Hrozek
d55d7039be
The new PAM module BuildRequires pam-devel
2012-09-09 20:35:13 +02:00
Jakub Hrozek
88befd468e
Add the .gz .sig file
2012-09-09 20:14:53 +02:00
Jakub Hrozek
27479223a1
New upstream release 0.7.17
2012-09-09 20:07:04 +02:00
Jakub Hrozek
7a4345c7ff
Obsolete PADL's pam_ldap, build the one from nss-pam-ldapd
2012-08-05 00:16:20 +02:00
Jakub Hrozek
c4ef74afcd
Obsolete PADL's nss_ldap
2012-08-05 00:05:10 +02:00
Dennis Gilmore
fa94987b48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-20 00:24:45 -05:00
Jakub Hrozek
f9300707b3
Upload the 0.7.16 sources
2012-05-14 13:02:04 +02:00
Jakub Hrozek
805956a8d3
Backport upstream r1659
2012-05-14 12:55:34 +02:00
Jakub Hrozek
1e1125adb4
New upstream release 0.7.16; adjust patches accordingly
2012-04-28 21:47:50 +02:00
Jakub Hrozek
0d57b84aa6
Add forgotten changelog entry
2012-03-15 11:49:18 +01:00
Jakub Hrozek
0ae6295014
Do not print Broken Pipe error messages when requesting a large group
2012-03-15 11:46:55 +01:00
Jakub Hrozek
6fed55d7da
Upgrade to 0.7.15
2012-03-09 13:30:21 +01:00
Dennis Gilmore
2279050ba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-13 05:17:22 -06:00
Jakub Hrozek
f92f860c66
Do not overflow large UID/GID values on 32bit architectures
2011-12-16 18:48:55 +01:00
Nalin Dahyabhai
de2b044593
- use the same conditional test for deciding when to create the .so symlink as we do later on for deciding when to include it in the package ( #757004 )
2011-11-28 12:54:21 -05:00
Jakub Hrozek
ff163e4e39
Rebase to 0.7.14
...
* rebase the validname patch to apply on 0.7.14
* obsolete the buffers patch
2011-09-23 13:07:38 +02:00
Nalin Dahyabhai
f2c5e44a07
- update the validnames changes to the self-tests so that their expectations
...
match the modified defaults (#737496 )
2011-09-12 16:36:46 -04:00
Nalin Dahyabhai
8bc2efd6e8
- include backported enhancement to take URIs in the form "dns:DOMAIN" in
...
addition to the already-implemented "dns" (#730309 )
2011-08-24 17:45:50 -04:00
Nalin Dahyabhai
2e65cf1587
- backport support for the "validnames" option from SVN and use it to allow
...
parentheses characters by modifying the default setting (#690870 ), then
modify the default again to also allow shorter and shorter names to pass
muster (#706860 )
2011-07-14 16:37:55 -04:00
Nalin Dahyabhai
1100272972
- make sure that we have enough space to parse any valid GID value when parsing a user's primary GID ( #716822 )
2011-07-14 15:33:08 -04:00
Nalin Dahyabhai
ac1292bfbd
- switch to only munging the contents of /etc/nslcd.conf on the very first install ( #706454 )
2011-07-14 15:15:35 -04:00
Nalin Dahyabhai
05899fa18a
- actually bump the release number this time
2011-07-14 14:43:51 -04:00
Nalin Dahyabhai
9dca1a2d30
- always define a number there
2011-07-13 18:41:31 -04:00
Nalin Dahyabhai
ca9ea0cced
- convert to systemd-native startup ( #716997 )
2011-07-13 18:40:48 -04:00
Nalin Dahyabhai
8bb3ad8953
- add unit file, from Jóhann B. Guðmundsson
2011-07-13 16:51:08 -04:00
Nalin Dahyabhai
51b8826bd7
- change the file path Requires: we have for pam_ldap into a package name
...
Requires: (#601931 )
2011-06-13 16:28:41 -04:00
Nalin Dahyabhai
c2023b7bb1
- tag nslcd.conf with %%verify(not md5 size mtime), since we always tweak
...
it in %%post (#692225 )
2011-03-30 15:12:58 -04:00
Nalin Dahyabhai
c2236c0beb
- add a tmpfiles configuration to ensure that /var/run/nslcd is created when /var/run is completely empty at boot ( #656643 )
2011-03-01 16:14:28 -05:00
Dennis Gilmore
b91566aa14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 19:09:08 -06:00
Nalin Dahyabhai
7f49045945
- update to 0.7.13
2010-12-13 10:48:18 -05:00
Nalin Dahyabhai
0d11642180
- update to 0.7.12
2010-10-29 13:52:56 -04:00
Nalin Dahyabhai
631d1bb284
update to 0.7.11
2010-10-15 12:21:11 -04:00
Jesse Keating
92fc3cb890
- Rebuilt for gcc bug 634757
2010-09-29 14:53:02 -07:00
Nalin Dahyabhai
6da0ba4d49
- update to 0.7.10
2010-09-24 10:00:31 -04:00
Nalin Dahyabhai
ecabfc70f2
- when creating /var/run/nslcd in the buildroot, specify that 0755 is a
...
permissions value and not a directory name (#636880 )
2010-09-23 11:08:20 -04:00
Nalin Dahyabhai
678349c3a8
- update sources
2010-08-30 10:24:00 -04:00
Nalin Dahyabhai
188966b5e9
- update to 0.7.9
2010-08-30 10:23:32 -04:00
Nalin Dahyabhai
76beca14f6
- update to 0.7.8
2010-08-18 15:57:58 -04:00
Fedora Release Engineering
033e0c1e2b
dist-git conversion
2010-07-29 04:34:09 +00:00