delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/04/11/14:25:25

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin AT cygwin DOT com
From: "BB" <canofspam AT att DOT net>
Subject: proposed mkpasswd change
Date: Fri, 11 Apr 2003 13:25:07 -0500
Lines: 33
Message-ID: <b77192$gp1$1@main.gmane.org>
Reply-To: "BB" <canofspam AT att DOT net>
X-Complaints-To: usenet AT main DOT gmane DOT org
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

I'm not sure if this is the correct group for this.
What is the correct group to propose patches to Cygwin?

As I stated in an earlier post, in order to run cron on Win9x, a SYSTEM user
with RID 18 user needs to be defined in /etc/passwd.  mkpasswd was recently
modified to add the admin user.  Would is make sense to also add SYSTEM user
also?  The only effect of this that I can see is that cron will begin to
work a bit more.  Otherwise, I don't think the extra entry in /etc/passwd
will effect any thing.

I could submit a patch, but I am not yet set up to build the entire system.
Could someone trying to run cron on Win9x verify that adding the SYSTEM user
to passwd works.

Any comments?

BB

// currently in mkpasswd.c
printf ("admin:use_crypt:%lu:%lu:Administrator:%sadmin:/bin/bash\n",
    DOMAIN_USER_RID_ADMIN,
    DOMAIN_ALIAS_RID_ADMINS,
    passed_home_path);

// new entry to be added before or after the previous printf
   printf("SYSTEM:*:%lu:%lu:::\n",
    SECURITY_LOCAL_SYSTEM_RID,
    DOMAIN_ALIAS_RID_ADMINS);

// or more simply
   printf("SYSTEM:*:18:544:::\n");




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019