update to 0.43
update to 0.43: - reintroduce support for directory server transactions (nhosoi, IPA#3046) - control transaction support at run-time, deciding when to do things based on the value of the nsslapd-pluginbetxn attribute in the plugin's entry - NIS: add default settings for shadow.byname and passwd.adjunct.byname maps
This commit is contained in:
parent
1bc85f98ca
commit
b99b66152f
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.40.tar.gz.sig
|
||||
/slapi-nis-0.42.tar.gz
|
||||
/slapi-nis-0.42.tar.gz.sig
|
||||
/slapi-nis-0.43.tar.gz
|
||||
/slapi-nis-0.43.tar.gz.sig
|
||||
|
@ -5,8 +5,8 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.42
|
||||
Release: 2%{?dist}
|
||||
Version: 0.43
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -70,6 +70,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.43-1
|
||||
- reintroduce support for directory server transactions (nhosoi, IPA#3046)
|
||||
- control transaction support at run-time, deciding when to do things based
|
||||
on the value of the nsslapd-pluginbetxn attribute in the plugin's entry
|
||||
- NIS: add default settings for shadow.byname and passwd.adjunct.byname maps
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.42-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user