From: Roy R. <rs...@ae...> - 2002-01-16 03:20:46
|
On Tue, 15 Jan 2002, Roy Rapoport wrote: > I'd like to make it so when I add a client, a collection of users > automatically gets updated to be able to manage that client. I'm thinking > that I'm going to do this by searching on everyone who can manage users and > then updating them in the userdepartments table. I noticed the s_isroot field in security. This seems to be a perfect fit to identify the people I want to identify, but it looks like everyone is created with this being set to 0, with no opportunity to set it elsewise. What's s_isroot used for? -roy |