mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Make settings match manual page.
This commit is contained in:
parent
8596bfe2d5
commit
7b548b4a91
@ -205,7 +205,7 @@ int slap_sasl_init( void )
|
||||
|
||||
/* default security properties */
|
||||
memset( &sasl_secprops, '\0', sizeof(sasl_secprops) );
|
||||
sasl_secprops.max_ssf = UINT_MAX;
|
||||
sasl_secprops.max_ssf = INT_MAX;
|
||||
sasl_secprops.maxbufsize = 65536;
|
||||
sasl_secprops.security_flags = SASL_SEC_NOPLAINTEXT|SASL_SEC_NOANONYMOUS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user