Skip to content
Snippets Groups Projects
Commit b3b4342f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Raise ldapi:// SSF to 71. ldapi:// is likely more secure than

DES or other low end encryption.
parent 4520cd4e
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ struct sockbuf; /* avoid pulling in <lber.h> */
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 * )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment