mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@373580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user