PDA

View Full Version : Site CreatedBy Script


Yil
08-09-2011, 10:48 PM
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

joppiesaus
08-31-2011, 06:55 AM
Thnx Yil works great

dingtonucretia
09-22-2011, 03:18 AM
Try asking the admin about this