Hi,

I'm just trying to configure cyrus to authenticate using a mysql db, is the following configuration correct ?

sasl_auto_transition: no
sasl_pwcheck_method: auxprop
sasl_auxprop_plugin: sql
sasl_sql_engine: mysql
sasl_mysql_password_format: crypt*
sasl_mysql_hostnames: 10.0.0.5
sasl_mysql_user: my_user
sasl_mysql_passwd: my_pwd
sasl_mysql_database: clients
sasl_mysql_statement: select password from accounts where username = '%u'
sasl_mysql_verbose: true

What else do I need to configure (I think it is everything for sasl, my sql server is up and running, the accounts table is also ready) ?
With which options should I start saslauthd ?

Thanks for your help ! Greg


* I patched my sasl sources to include crypted password support in mysql

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to