[Home]

Summary:ASTERISK-09069: Can't use gui if no writing Authorization
Reporter:Francois MALARD (fmalard)Labels:
Date Opened:2007-03-21 14:58:23Date Closed:2007-04-09 11:09:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk SVN-branch-1.4-r58992
Asterisk GUI-version Revision: 449 $

http://asterisk:8088/asterisk/static/config/cfgadvanced.html
login as admin => OK

login as user =>
 Users,Active channels, Conferencing ... => blank fields
 Calling Rules, Options                  => wait at "Loading Screen ....."  
 only "System Info"                      => displays real information


****** ADDITIONAL INFORMATION ******

[admin]
secret = 123456
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

[user]
secret = 123456
read = system,call,log,verbose,command,agent,user,config
write =
Comments:By: Francois MALARD (fmalard) 2007-03-21 15:03:07

1) I log as user (no writing Authorization) with cfgadvanced.html
2) logout
3) try to use cfgbasic.html

=> http://asterisk:8088/asterisk/static/config/setup/install.html
is displayed !!!

By: Pari Nannapaneni (pari) 2007-03-29 01:03:36

unfortunately this is the way GUI is designed -
updateconfig request depends on manager write access.

so I have to say, It's not a Bug - its a feature :-)

-pari

By: Francois MALARD (fmalard) 2007-03-29 11:38:16

action 1 => I log as user (no writing Authorization) with cfgadvanced.html
action 2 => logout

action 3 => URL requested
    http://asterisk:8088/asterisk/static/config/cfgadvanced.html

URL displayed !!!   <= In my opinion BUG
    http://asterisk:8088/asterisk/static/config/setup/install.html

By: Jason Parker (jparker) 2007-04-09 11:09:40

Closing.  Still not a bug.