summary
index.cgi : displays which groups your are part of.
It has links to other parts of the system.
admin.cgi : has two main parts:
- add
Lets you add a user. Takes 'real name', 'username', 'password' and 'groups'. Checks if:
- real name is > 0
- username is > 3
- password is > 6
- $user is allowed to add new users to groups
- modify
Lists all members who are in $user's groups, only those who are with: view permissions or both view and admin; not if a $username is just an admin. Select a username and click on either of:
- modify
- password - only username 'ripe' can change other's password. Each user can change their own password.
- groups - lists all the groups that $username is currently in and then lists all groups that you admin. If you leave all groups unselected, it will remove $username from the groups that you admin. If $username is not a member of any groups after you modify details, it will ask you if you want to delete it.
- delete - deletes a $username without asking for confirmation
- showall - lists all usernames, their names and groups. Pick one from the list and click on modify. See above.
showloc.cgi : is a file that just displays current groups and locations of the box
If you are part of a ttxx group then you're just a user. If you're part of a ttxx_admin group then you have admin right for that group.