Skip to content
Snippets Groups Projects
Commit d47f2126 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files
parent f60f05b7
No related branches found
No related tags found
1 merge request!551Add nonstd cbind SASL secprop
Pipeline #4519 passed
......@@ -545,6 +545,7 @@ Legal values are:
.BR passcred ,
.BR forwardsec ,
.BR noanonymous ,
.BR nonstdcbind ,
.BR minssf=<minssf> ,
.BR maxssf=<maxssf> ,
.BR maxbufsize=<maxbufsize> .
......
......@@ -821,6 +821,9 @@ static struct {
{ BER_BVC("passcred"), SASL_SEC_PASS_CREDENTIALS, 0, 0 },
{ BER_BVC("forwardsec"), SASL_SEC_FORWARD_SECRECY, 0, 0 },
{ BER_BVC("noanonymous"), SASL_SEC_NOANONYMOUS, 0, 0 },
#ifdef SASL_SEC_NONSTD_CBIND
{ BER_BVC("nonstdcbind"), SASL_SEC_NONSTD_CBIND, 0, 0 },
#endif
{ BER_BVC("minssf="), 0, GOT_MINSSF, 0 },
{ BER_BVC("maxssf="), 0, GOT_MAXSSF, INT_MAX },
{ BER_BVC("maxbufsize="), 0, GOT_MAXBUF, 65536 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment