[asterisk-bugs] [JIRA] Commented: (ASTERISK-20397) "manager show user <user>" shows the "all" permission despite it not being set
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Wed Sep 19 11:25:27 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197279#comment-197279 ]
Richard Mudgett commented on ASTERISK-20397:
--------------------------------------------
It is a quirk of how the "Waiting For Feedback" state works when the issue is unassigned when put into the feedback state.
> "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
>
> 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