Template:Admin functions
Jump to navigation
Jump to search
- acl aclCreate ( string aclname )
- bool aclDestroy ( acl theACL )
- string aclGetName ( acl theAcl )
- bool aclGetRight ( acl theAcl, string rightname )
- bool aclSetRight ( acl theAcl, string rightname, bool access )
- bool aclRemoveRight ( acl theAcl, string rightname )
- aclgroup aclCreateGroup ( string groupname )
- bool aclDestroyGroup ( aclgroup group )
- aclgroup aclGetGroup ( string groupname )
- table of aclgroup aclGroupList ()
- string aclGroupGetName ( aclgroup )
- bool aclGroupAddACL ( aclgroup group, string aclname )
- bool aclGroupRemoveACL ( aclgroup group, string aclname )
- bool aclGroupAddObject ( aclgroup group, string object )
- bool aclGroupRemoveObject ( aclgroup group, string object )