[asterisk-bugs] [JIRA] (ASTERISK-20397) "manager show user <user>" shows the "all" permission despite it not being set
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Mar 28 11:36:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-20397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-20397:
-----------------------------------
Target Release Version/s: 1.8.22.0
> "manager show user <user>" shows the "all" permission despite it not being set
> ------------------------------------------------------------------------------
>
> Key: ASTERISK-20397
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20397
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/ManagerInterface
> Affects Versions: 1.8.15.1
> Reporter: Johan Wilfer
> Severity: Minor
> Target Release: 1.8.22.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list