summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-09-25 13:29:37 +0000
committerKinsey Moore <kmoore@digium.com>2012-09-25 13:29:37 +0000
commitd7085e431fa32dfee0502a5cf93299c176910715 (patch)
treeee7de963e082d39b1dc6475f143a9abc11c221f0 /configs
parentcdcbffeed0a1347e385364fe83e04f7bd9b543e6 (diff)
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) Reported by: Stefan x ........ 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/res_odbc.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 2980bad68..66659ae42 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -23,7 +23,7 @@ enabled => no
; (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