Hillel wrote:

Dear Kannel Devel,

If you look at:
 http://kannel.org/download/kannel-userguide-snapshot/userguide.html

group = mysql-connection
id = dlr-db
host = localhost
mysql-username = foo
mysql-password = bar
database = dlr
max-connections = 1

This does not work according to the user guide unless you remove the mysql
prefix:
username = foo
password = bar

If you manually run the bearerbox this is what you see on the console:
2005-12-26 11:02:31 [3079] [0] ERROR: Group 'mysql-connection' may not
contain field 'mysql-username'.

Please either change the code or the user guide to be in sync.

yep, this was my fault... while I changed the values to reflect a more generic syntax over all DB types, I missed to update the relevant user guide section.

Done this in cvs, see ChangeLog:

2005-12-26  Stipe Tolj  <stolj at kannel.org>
  * doc/userguide/userguide.xml: fixing documentation references for the
    change from 'mysql-[username|password]' to '[username|password]' in the
    'mysql-connection' group. Thanks to Hillel <[EMAIL PROTECTED]>
    for pointing to this missed issue.
    [Msg-Id: <[EMAIL PROTECTED]>]

thanks a lot.

Stipe

mailto:stolj_{at}_wapme-group.de
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:info_{at}_wapme-systems.de
http://www.wapme-systems.de/
-------------------------------------------------------------------

Reply via email to