View Single Post
Old 08-09-2011, 10:48 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default 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
Attached Files
File Type: zip CreatedBy-v1.0.zip (4.3 KB, 39 views)
Yil is offline   Reply With Quote