[asterisk-bugs] [JIRA] Created: (ASTERISK-20432) "manager show user <user>" shows the "all" permission despite it not being set
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Sat Sep 15 17:28:28 CDT 2012
"manager show user <user>" shows the "all" permission despite it not being set
------------------------------------------------------------------------------
Key: ASTERISK-20432
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20432
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/ManagerInterface
Affects Versions: 1.8.15.1
Reporter: Johan Wilfer
Assignee: Johan Wilfer
Severity: Minor
If I put this in my manager.conf:
{noformat}
[pbx_ami]
secret = ***
deny=0.0.0.0/0.0.0.0
permit = x.x.x.x/255.255.255.255
write=originate,call
read=
{noformat}
I get this ("manager show user pbx_ami"):
{noformat}
username: pbx_ami
secret: <Set>
acl: yes
read perm: <none>
write perm: call,originate,all
displayconnects: yes
{noformat}
Notice the "all"-permission in the output, but not present in the config.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list