Jump to content

[Help] Admin Panel Manage ACL


BieHDC

Recommended Posts

Posted

Hello,

i was already looking in Google for Managing ACL through the Admin Panel, but i havent found anything.

The Problem is, if i want to add a recource to group Admin, i get error that it isnt working.

Debugscript 3 doesnt show anything.

So can somebody please tell me how to manage ACL through Admin Panel?

Thanks

Posted

I and the Panel have full Admin rights

  
    "Admin"> 
        .... 
        "resource.admin"> 
  

  
        "function.aclReload" access="true">
        "function.aclSave" access="true">
        "function.aclCreate" access="true">
        "function.aclDestroy" access="true">
        "function.aclSetRight" access="true">
        "function.aclRemoveRight" access="true">
        "function.aclCreateGroup" access="true">
        "function.aclDestroyGroup" access="true">
        "function.aclGroupAddACL" access="true">
        "function.aclGroupRemoveACL" access="true">
        "function.aclGroupAddObject" access="true">
        "function.aclGroupRemoveObject" access="true">
        "function.refreshResources" access="true">
        "function.setServerConfigSetting" access="true">
        "function.updateResourceACLRequest" access="true">
        "command.aclrequest" access="true">
  

Posted

the admin group supposed to have admin acl with others like this

  name="Admin">      name="Moderator"/>      name="SuperModerator"/>      name="Admin"/>      name="RPC"/>       name="resource.admin"/>       name="resource.webadmin"/>   >

here is the latest full acl

http://pastebin.com/08sUwJMC

Posted

Yes it has

  
    "Admin"> 
        "Moderator">
        "SuperModerator">
        "Admin">
        "RPC">
        "resource.admin"> 
        "resource.webadmin"> 
        "resource.login_panel"> 
        "resource.race-winmoney"> 
        "user.MyUser"> 
    
  

Posted (edited)

oh sorry i was fast in reply

you can do it manually by editing acl.xml file or you can execute this command using admin resource or runcode

  
aclGroupAddObject (aclGetGroup("Admin"), "resource.resourcename") 

also if you edited the acl.xml file you can click reload acl button in apm resource so you will not have to restart your server

anyways i'm still thinking that admin acl rights have been modified can you post or upload the full acl.xml file?

Edited by Guest

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...