RE: add users from a text file

2003-09-23 Thread Luke Wilson
DJ & Webmaster YÕDD§ From: Tom Kovalcik <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: add users from a text file Date: Tue, 23 Sep 2003 12:55:32 -0400 I found a program called createusers. I used it to setup ~200 student accounts. It tak

RE: add users from a text file

2003-09-23 Thread Tom Kovalcik
I found a program called createusers. I used it to setup ~200 student accounts. It takes a comma delimited text file with username, plain text password, group, real name and creates the user, passwd entry and smbpasswd entry, creates a home directory and also a public_html, if desired. Very e

Re: add users from a text file

2003-09-23 Thread Anthony E. Greene
On 22-Sep-2003/23:52 -0700, Nathalie Boulos <[EMAIL PROTECTED]> wrote: >Hello, > >does anyone know about a software that can take as >input a csv or text file, and add it to the unix users >(/etc/passwd and /etc/shadow) on RH8? Use a spreadsheet app to put the data into the format expected by the

Re: add users from a text file

2003-09-23 Thread Rus Foster
> > Actually i'm not very quick in programming and not > familiar with perl. I'd rather get a ready made script > (if there's any available). :) Hi, Here a little script that might help with a bit of adaption. This script is a bit hacky but you should get something of it -- Main script -- #!/bin/

Re: add users from a text file

2003-09-23 Thread Nathalie Boulos
--- Didier Casse <[EMAIL PROTECTED]> wrote: > > On Mon, 22 Sep 2003, Nathalie Boulos wrote: > > > Hello, > > > > does anyone know about a software that can take as > > input a csv or text file, and add it to the unix > users > > (/etc/passwd and /etc/shadow) on RH8? > > > > Why not create a P

Re: add users from a text file

2003-09-23 Thread Didier Casse
On Mon, 22 Sep 2003, Nathalie Boulos wrote: > Hello, > > does anyone know about a software that can take as > input a csv or text file, and add it to the unix users > (/etc/passwd and /etc/shadow) on RH8? > Why not create a PERL script that can do the job? :-) With kind regards, Didier --

add users from a text file

2003-09-22 Thread Nathalie Boulos
Hello, does anyone know about a software that can take as input a csv or text file, and add it to the unix users (/etc/passwd and /etc/shadow) on RH8? Thanks Nathalie __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebu