summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--slapi-nis.spec4
2 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 922a91c..7511394 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
0.29 * Add regmatchi/regsubi formatting functions which work like
regmatch/regsub, but do matching in a case-insensitive manner.
+ * Update NIS map defaults to match {CRYPT} userPassword values in a
+ case-insensitive manner so that we also use {crypt} userPassword
+ values.
+ * Fix inconsistencies in the NIS service stemming from using
+ not-normalized DNs in some places where it should have used
+ normalized DNs.
0.28 * When building with OpenLDAP libraries, link with -lldap_r and
not with -lldap (rmeggins, #769107).
0.27 * Switch to slapi rwlocks instead of libpthread or NSPR rwlocks
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 0f18cf1..1957b4e 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jan 4 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.29-1
- add regmatchi/regsubi formatting functions which work like regmatch/regsub,
but do matching in a case-insensitive manner
+- update NIS map defaults to match {CRYPT} userPassword values in a
+ case-insensitive manner so that we also use {crypt} userPassword values
+- fix inconsistencies in the NIS service stemming from using not-normalized DNs
+ in some places where it should have used normalized DNs
* Mon Dec 19 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.28-1
- when configured with --with-ldap=openldap, link with -lldap_r rather