[asterisk-bugs] [JIRA] Created: (ASTERISK-20397) "all" permission shows in "manager show user"-command, but the user hasn't this permission.

Johan Wilfer (JIRA) noreply at issues.asterisk.org
Mon Sep 10 02:36:07 CDT 2012


"all" permission shows in "manager show user"-command, but the user hasn't this permission.
-------------------------------------------------------------------------------------------

                 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