2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>
* mkpasswd.cc (main): On Win95, output both a default line and a line for the current user (if known) with a pseudorandom uid. If the -u switch is given, produce a line for the specified user. * mkgroup.cc (main): On Win95 change the group name from "unknown" to "all".
This commit is contained in:
@@ -612,7 +612,7 @@ main (int argc, char **argv)
|
||||
/* This takes Windows 9x/ME into account. */
|
||||
if (!isNT)
|
||||
{
|
||||
printf ("unknown::%ld:\n", DOMAIN_ALIAS_RID_ADMINS);
|
||||
printf ("all::%ld:\n", DOMAIN_ALIAS_RID_ADMINS);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user