[asterisk-commits] kmoore: trunk r373581 - in /trunk: ./ configs/res_odbc.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 25 08:29:40 CDT 2012
Author: kmoore
Date: Tue Sep 25 08:29:37 2012
New Revision: 373581
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373581
Log:
Fix documentation for default username in res_odbc
This was previously stated to be "root", but is actually the name of
the context if unspecified.
(closes issue ASTERISK-20258)
........
Merged revisions 373578 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 373579 from http://svn.asterisk.org/svn/asterisk/branches/10
........
Merged revisions 373580 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/configs/res_odbc.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/configs/res_odbc.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/res_odbc.conf.sample?view=diff&rev=373581&r1=373580&r2=373581
==============================================================================
--- trunk/configs/res_odbc.conf.sample (original)
+++ trunk/configs/res_odbc.conf.sample Tue Sep 25 08:29:37 2012
@@ -23,7 +23,7 @@
; (or /usr/local/etc/odbc.ini, on FreeBSD and similar systems).
dsn => asterisk
;
-; Username for connecting to the database. The default user is "root".
+; Username for connecting to the database. The user defaults to the context name if unspecified.
;username => myuser
;
; Password for authenticating the user to the database. The default
More information about the asterisk-commits
mailing list