[asterisk-commits] dlee: branch dlee/record r392781 - /team/dlee/record/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 24 17:16:21 CDT 2013
Author: dlee
Date: Mon Jun 24 17:16:19 2013
New Revision: 392781
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392781
Log:
Changed the sample config to make the use of api_key explicit.
Modified:
team/dlee/record/configs/stasis_http.conf.sample
Modified: team/dlee/record/configs/stasis_http.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record/configs/stasis_http.conf.sample?view=diff&rev=392781&r1=392780&r2=392781
==============================================================================
--- team/dlee/record/configs/stasis_http.conf.sample (original)
+++ team/dlee/record/configs/stasis_http.conf.sample Mon Jun 24 17:16:19 2013
@@ -10,9 +10,9 @@
;read_only = no ; When set to yes, user is only authorized for
; ; read-only requests
;
-; If a password is specified, user must authenticate using HTTP Basic
-; authentication. If no password is specified, then the user may authenticate
-; simply by adding ?api_key=username to their requests.
+;allow_api_key = no ; When set to yes, user may authenticate by appending
+; ; ?api_key=username+password. Otherwise, the user may
+; ; use only HTTP basic authentication.
;
;password = ; Crypted or plaintext password (see crypt_password)
;
More information about the asterisk-commits
mailing list