Initial import of admin system (groups and overrides done)

Added a "clear" function for Tries

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40340
This commit is contained in:
David Anderson
2007-01-24 21:51:49 +00:00
parent 2046bb0e14
commit ffd308f42c
9 changed files with 937 additions and 13 deletions
+6 -3
View File
@@ -11,11 +11,14 @@
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* "password" - Optional password to use.
* "group" - Inherits a set of group permissions.
* "flags" - Adds a set of flags.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
*
* Example:
"BAILOPAN"