mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08: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
@ -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…
x
Reference in New Issue
Block a user