From b3b4342f8f8647f5923d5792c43f3002a85f04e5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 Aug 2000 19:53:49 +0000 Subject: [PATCH] Raise ldapi:// SSF to 71. ldapi:// is likely more secure than DES or other low end encryption. --- include/ldap_pvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index cc34668fee..042cdd18d9 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -139,7 +139,7 @@ struct sockbuf; /* avoid pulling in */ LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( struct sockbuf *, void * )); #endif /* HAVE_CYRUS_SASL */ -#define LDAP_PVT_SASL_LOCAL_SSF 52 /* SSF for Unix Domain Sockets */ +#define LDAP_PVT_SASL_LOCAL_SSF 71 /* SSF for Unix Domain Sockets */ /* search.c */ LDAP_F( char * ) -- 2.39.5