Template:Admin functions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
*table of acl [[aclList]] () | *table of acl [[aclList]] () | ||
*bool [[aclGetRight]] ( | *bool [[aclGetRight]] ( acl theAcl, string rightname ) | ||
*bool [[aclSetRight]] ( | *bool [[aclSetRight]] ( acl theAcl, string rightname, bool access ) | ||
*bool [[aclRemoveRight]] ( | *bool [[aclRemoveRight]] ( acl theAcl, string rightname ) | ||
*aclgroup [[aclCreateGroup]] ( string groupname ) | *aclgroup [[aclCreateGroup]] ( string groupname ) |
Revision as of 20:54, 20 October 2007
- acl aclCreate ( string aclname )
- bool aclDestroy ( 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 ()
- bool aclGroupAddACL ( aclgroup group, string aclname )
- bool aclGroupRemoveACL ( aclgroup group, string aclname )
- bool aclGroupAddObject ( aclgroup group, string object )
- bool aclGroupRemoveObject ( aclgroup group, string object )