mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Raise ldapi:// SSF to 71. ldapi:// is likely more secure than
DES or other low end encryption.
This commit is contained in:
parent
4520cd4ec2
commit
b3b4342f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 * )
|
||||
|
|
|
|||
Loading…
Reference in a new issue