mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Allow LDAP_PVT_SASL_LOCAL_SSF to be set externally
This commit is contained in:
parent
fbca1397a3
commit
44485522e0
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue