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

Allow LDAP_PVT_SASL_LOCAL_SSF to be set externally

parent fbca1397
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,9 @@ LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( struct sockbuf *, void * ));
LDAP_F (void) ldap_pvt_sasl_remove LDAP_P(( struct sockbuf * ));
#endif /* HAVE_CYRUS_SASL */
#ifndef LDAP_PVT_SASL_LOCAL_SSF
#define LDAP_PVT_SASL_LOCAL_SSF 71 /* SSF for Unix Domain Sockets */
#endif
struct ldap;
struct ldapmsg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment