Skip to content
Snippets Groups Projects
Commit d7085e43 authored by Kinsey Moore's avatar Kinsey Moore
Browse files

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
parent cdcbffee
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ enabled => no ...@@ -23,7 +23,7 @@ enabled => no
; (or /usr/local/etc/odbc.ini, on FreeBSD and similar systems). ; (or /usr/local/etc/odbc.ini, on FreeBSD and similar systems).
dsn => asterisk 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 ;username => myuser
; ;
; Password for authenticating the user to the database. The default ; Password for authenticating the user to the database. The default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment