Closed heksesang closed 1 month ago
@4e554c4c Do you have any insight as you recently added password_command
?
Yes, this was me mistakingly adding that documentation when the configuration option only exists for servers. It should be pretty easy to add to SASL though
If you have capacity, and feel like something you want to tackle, then just let me know @4e554c4c. Thanks for the update.
yep, taking a look :smiley:
According to the documentation, it should be possible to configure
password_command
forservers.<servername>.sasl.plain
: https://halloy.squidowl.org/configuration/servers/sasl/plain.htmlWhen I try to do so, I get an error when starting the client that there is no such configuration option, and also looking at the source code I cannot see any such option in the configuration struct.