Site CreatedBy Script
CreatedBy.itcl v1.0
-------------------
View user account creation tree for the entire server, or find descendants of a particular user.
It's easy to see who created a particular user by using 'site uinfo', but it's hard to figure out who that user created since that information isn't stored in the userfile. Hence the need for a script like this...
Usage:
site createdby { -all | [-<depth>] <user> }
"-all" - Show all descendant trees.
<depth> - Number of levels to descend, default is unlimited
<user> - Display descendants of indicated username
Examples:
site createdby -all
site createdby fred
site createdby -1 ioFTPD
|