1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 355d7076b054d50b8227c22263cd5a8cb214d4f0
Author: William Brown <firstyear@redhat.com>
Date: Wed Oct 12 13:52:03 2016 +1000
Ticket 49006 - Enable nunc-stans by default.
Fix Description: This change will enable nunc-stans by default in all
1.3.6 builds of directory server.
https://fedorahosted.org/389/ticket/49006
Author: wibrown
Review by: nhosoi (Thanks!)
diff --git a/ldap/servers/slapd/libglobs.c b/ldap/servers/slapd/libglobs.c
index df0c0b9..2e07950 100644
--- a/ldap/servers/slapd/libglobs.c
+++ b/ldap/servers/slapd/libglobs.c
@@ -1668,7 +1668,7 @@ FrontendConfig_init(void) {
cfg->maxsimplepaged_per_conn = DEFAULT_MAXSIMPLEPAGED_PER_CONN;
cfg->maxbersize = DEFAULT_MAXBERSIZE;
#ifdef ENABLE_NUNC_STANS
- init_enable_nunc_stans = cfg->enable_nunc_stans = LDAP_OFF;
+ init_enable_nunc_stans = cfg->enable_nunc_stans = LDAP_ON;
No comments:
Post a Comment