delete using saslpasswd2 and sql?

Bill Kearney wkearney99 at hotmail.com
Wed Nov 23 20:25:18 EST 2005


> saslpasswd2 is used only to set passwords in sasldb database. Strictly
> speaking this is not a SQL database (even not a relational one) but flat
> BerkleyDB. To manipulate passwords stored in MySQL you can use any mysql
> client.

While that may be true, if you configured a /usr/lib/sasl2/saslpasswd2.conf
file with the right bits it'll happily work.

In looking at the code it appears what's missing is the sql.c plugin has no
delete capability.  Were it present it actually looks like saslpasswd would
work with it.

But as you point out it's sort of besides the point as the tool's not
expected to provide that sort of functionality.

-Bill Kearney


More information about the Cyrus-sasl mailing list