Add a require-sasl command line argument to the cli

Review Request #3601 — Created Oct. 18, 2024 and submitted

Information

ibis/ibis
default

Reviewers

This is a work around and a feature, as we shouldn't enable SASL unless
explictly told because you can't disable it by setting the mechanisms to an
empty string if the server advertises any mechanisms.

This is working around a bug in either hasl or ibis, where the external
mechanism isn't responding. I created IBIS-39 to track that.

Connected to a local ergo with and without --sasl-required.

Summary ID
Add a require-sasl command line argument to the cli
This is a work around and a feature, as we shouldn't enable SASL unless explictly told because you can't disable it by setting the mechanisms to an empty string if the server advertises any mechanisms. This is working around a bug in either hasl or ibis, where the external mechanism isn't responding. I created IBIS-39 to track that.
0a5825a2d3f9b973322bcdbba1882a5a8d51a8a2
Description From Last Updated

Should this go in the if as well, or is setting it to NULL (redundant but) fine?

QuLogicQuLogic
QuLogic
  1. 
      
  2. ibis-cli/ibiscli.c (Diff revision 1)
     
     
     
    Show all issues

    Should this go in the if as well, or is setting it to NULL (redundant but) fine?

    1. Yeah it's redundant but fine, as it just disabling sasl.

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed