Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 18 Sep 2001 12:01:02 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: On the subject of account management Message-ID: <20010918120102.G510@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <001501c14056$302bda70$391e10ac AT dmonknt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c14056$302bda70$391e10ac@dmonknt> User-Agent: Mutt/1.3.21i On Tue, Sep 18, 2001 at 10:25:46AM -0500, David Monk wrote: >I am starting a little project to write a set of scripts to make account >management in cygwin easier. >To start with, I am half way finished with an initial useradd script. It is >written in bash and on NT based systems, is basically a wrapper to the NT >`net user` command. It also adds the newly created user to /etc/passwd On >Win9x/ME systems, it will write the output to /etc/passwd in the proper >format. >I plan to eventually have the following tools: >useradd - for adding new users >userdel - for removing users >usermod - for modifying accounts >groupadd - same for groups >groupdel - same for groups >groupmod - again, same but for groups >I am hoping to make one set of scripts that are portable to/from NT and 9x >based systems. The NT portion of the scripts will also allow management >within a domain. > >If anyone has any suggestion for such a set of scripts or would like to help >out, please email me directly at david AT purplebear DOT net I think I've already suggested that possibly this kind of functionality should be added to existing utilities like mkpasswd. It is at least worth investigating this before proposing complicated scripts for accomplishing this purpose. cgf -- 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/