Gurus,

Is this a bug or a feature?

When logging onto a workstation that is a member of a domain, using a local cached domain account, the Macro @PRIV returns GUEST, regardless of the real user rights.

This code returns the fact that rights are actually ADMIN, not guest:

code:
 	$IsAdmin=""
SELECT
CASE INGROUP("\\@WKSTA\Administrators") = 1
$IsAdmin="Yes"
Case 1
$IsAdmin="No"
ENDSELECT

So, is this a bug, or a feature?
-Crazy Eddie
_________________________
{Insert your favorite Witty Tag Line here}