asterisk-gui: comment out the template password protected sections
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
f0678bcc22
commit
496576451b
2 changed files with 8 additions and 8 deletions
|
@ -14,8 +14,8 @@ bindaddr = 0.0.0.0
|
|||
; use creative permission games to allow other serivces to create their own
|
||||
; files
|
||||
|
||||
[admin]
|
||||
secret = admin
|
||||
read = system,call,log,verbose,command,agent,config
|
||||
write = system,call,log,verbose,command,agent,config
|
||||
#[admin]
|
||||
# secret = securePassword
|
||||
# read = system,call,log,verbose,command,agent,config
|
||||
# write = system,call,log,verbose,command,agent,config
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ bindaddr = 0.0.0.0
|
|||
; use creative permission games to allow other serivces to create their own
|
||||
; files
|
||||
|
||||
[admin]
|
||||
secret = admin
|
||||
read = system,call,log,verbose,command,agent,config
|
||||
write = system,call,log,verbose,command,agent,config
|
||||
#[admin]
|
||||
# secret = securePassword
|
||||
# read = system,call,log,verbose,command,agent,config
|
||||
# write = system,call,log,verbose,command,agent,config
|
||||
|
||||
|
|
Loading…
Reference in a new issue