Frank Boehme wrote:

> I have to say that among that many net-communities which I have joined
> so far, there is no one as helpful as Emiliano.

Thank you.

> I ran the script. Its output is attached (typescript). There are about
> 100 unreported persons (my students) who don't have an account (but are
> members of a certain group).

That's right, the script doesn't report them as they can't login anyway.

I'm guessing user 'frank' used to be admin, with full permissions. If
this is correct, then:

UPDATE person SET sitegroup=0 WHERE id=1;
UPDATE member SET sitegroup=0 WHERE id=1;

Please verify that this person is the intended root admin, and that the
membership record you're changing has uid=1 and gid=0 before you make
the change. After this change, you should no longer get a warning, and
this user should be reported as 'validated root'.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to