summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-11-13 17:49:11 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-11-13 17:50:00 -0500
commit91597a1a0ebc874d41f7ab80c27017d8bfe6b5c7 (patch)
tree1f81e5fc54ac2bf49a9bcb6065a0c397a4574e3c
parentf3f8ea446c04b3ca50a723d007314eba9d21d133 (diff)
downloadslapi-nis-91597a1a0ebc874d41f7ab80c27017d8bfe6b5c7.tar.gz
slapi-nis-91597a1a0ebc874d41f7ab80c27017d8bfe6b5c7.tar.xz
slapi-nis-91597a1a0ebc874d41f7ab80c27017d8bfe6b5c7.zip
- 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
-rw-r--r--slapi-nis.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 46b1117..27bc051 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -70,6 +70,12 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Tue Nov 13 2012 Nalin Dahyabhai <nalin@redhat.com>
+- 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
+
* Wed Jun 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.42-1
- drop support for directory server transactions (richm, #766320)