Hello,
I have postfix with cyrus-sasl 2.1.22. Bellow is part of my config:
pwcheck_method: auxprop
mech_list: plain
auxprop_plugin: sql
...
I see that cyrus sasl makes two prop queries to the sql plugin:
*userPassword and *cmusaslsecretPLAIN, thus the same SELECT is executed
twice.
Could anyone tell me why it is so?
Thank you,
Anna