2018-04-17 19:55:54 +00:00
|
|
|
Short description: Fedora-specific enabling batch read in NSS.
|
|
|
|
Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
|
|
|
|
Origin: PATCH
|
|
|
|
Bug-RHEL: #188246
|
|
|
|
Upstream status: not-submitted
|
|
|
|
|
|
|
|
Enable batch read in NSS. It's not clear if this is always a win or
|
|
|
|
just a win for NIS+, this needs to be analyzed and sent upstream or
|
|
|
|
removed.
|
|
|
|
|
2012-08-20 19:25:02 +00:00
|
|
|
From baba5d9461d4e8a581ac26fe4412ad783ffc73e7 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Jakub Jelinek <jakub@redhat.com>
|
|
|
|
Date: Mon, 1 May 2006 08:02:53 +0000
|
|
|
|
Subject: [PATCH] Enable SETENT_BATCH_READ nis/nss option by default
|
|
|
|
|
|
|
|
* Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
|
|
|
|
- SETENT_BATCH_READ /etc/default/nss option for speeding up
|
|
|
|
some usages of NIS+ (#188246)
|
|
|
|
|
|
|
|
diff --git a/nis/nss b/nis/nss
|
|
|
|
--- a/nis/nss
|
|
|
|
+++ b/nis/nss
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
# memory with every getXXent() call. Otherwise each getXXent() call
|
|
|
|
# might result into a network communication with the server to get
|
|
|
|
# the next entry.
|
|
|
|
-#SETENT_BATCH_READ=TRUE
|
|
|
|
+SETENT_BATCH_READ=TRUE
|
|
|
|
#
|
|
|
|
# ADJUNCT_AS_SHADOW
|
|
|
|
# If set to TRUE, the passwd routines in the NIS NSS module will not
|