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 Message-ID: <001501c14056$302bda70$391e10ac@dmonknt> From: "David Monk" To: Subject: On the subject of account management Date: Tue, 18 Sep 2001 10:25:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 -- 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/