RE: adduser

2003-01-23 Thread santosh kumar
Have u tried with GUI base?? It may work bcoz there u will get a option to set user home directory.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bret Hughes Sent: Thursday, January 23, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Re: adduser On Thu

adduser

2003-01-22 Thread Beast
Just courious, i'm using RH 8.0 and it seems whenever i add user, it will alway create directory in /var/spool/mail also. i'm checking /etc/skell, /etc/default/useradd, /etc/login.defs but none are seem related to this 'problem'. maybe its on pam? TIA -- redhat-list mailing list unsubscribe

Re: adduser

2003-01-22 Thread Bret Hughes
On Wed, 2003-01-22 at 09:29, Beast wrote: Just courious, i'm using RH 8.0 and it seems whenever i add user, it will alway create directory in /var/spool/mail also. i'm checking /etc/skell, /etc/default/useradd, /etc/login.defs but none are seem related to this 'problem'. maybe its on pam?

Re: adduser

2003-01-22 Thread Beast
At 10:08 AM 1/22/2003 -0600, you wrote: On Wed, 2003-01-22 at 09:29, Beast wrote: Just courious, i'm using RH 8.0 and it seems whenever i add user, it will alway create directory in /var/spool/mail also. i'm checking /etc/skell, /etc/default/useradd, /etc/login.defs but none are seem related

Re: adduser

2003-01-22 Thread Bret Hughes
On Thu, 2003-01-23 at 08:26, Beast wrote: At 10:08 AM 1/22/2003 -0600, you wrote: On Wed, 2003-01-22 at 09:29, Beast wrote: Just courious, i'm using RH 8.0 and it seems whenever i add user, it will alway create directory in /var/spool/mail also. i'm checking /etc/skell,

changing chmod during adduser or useradd

2002-03-06 Thread Jim Bija
Is there a way by default or any way for that matter to change the users home dir permissions during adduser or useradd? It seems to default to 700 i want it to be 755. Im aware i can do it post adduser/useradd, just curious if its possible to do it by default, simular to changing the /etc

SCRIPT FOR ADDUSER

2001-12-04 Thread Alessandro Coppelli
Hi to all. Is there a script that use adduser for add many client from a file from a file with this format : client1 group1 fullname1 passwd1 client2 group2 fullname2 passwd2 client3 group3 fullanme passwd3 I would write in a file the values name_account

Re: SCRIPT FOR ADDUSER

2001-12-04 Thread J Hayward
On Tue, 2001-12-04 at 07:47, Alessandro Coppelli wrote: Hi to all. Is there a script that use adduser for add many client from a file from a file with this format : client1 group1 fullname1 passwd1 client2 group2 fullname2 passwd2 client3 group3 fullanme passwd3

quick question about adduser

2000-11-07 Thread Ed Lazor
Is it possible to log in to a new account between the time you add the user and manually set their password? For example, I want to verify that I can create a www account, never set a password on the account, and rest assured knowing nobody can login to the account. Thanks =) -Ed

Re: quick question about adduser

2000-11-07 Thread Mike Burger
If you don't set a password, I do believe that the account will simply have no password, and anyone will be able to log into it. If you want the account to have no password, you'll need to go into /etc/passwd or /etc/shadow (depending on how you installed your system) and put something like

Re: quick question about adduser

2000-11-07 Thread Gordon Messmer
That's not correct. The account will be created with '!!' in the password field, and you will not be able to log in to it. MSG On Tue, 7 Nov 2000, Mike Burger wrote: If you don't set a password, I do believe that the account will simply have no password, and anyone will be able to log

Re: quick question about adduser

2000-11-07 Thread Ed Lazor
I dunno why I hadn't thought of it before (brainfart), but I created an account, did not set the password, and tried telneting in using it. It wouldn't let me in. I checked /etc/shadow and found !! in the area where the password would normally be decrypted. I guess it's already doing what

Re: quick question about adduser

2000-11-07 Thread David Brett
I believe after creating an new account nobody can log in with this account until a password has been set david On Tue, 7 Nov 2000, Ed Lazor wrote: Is it possible to log in to a new account between the time you add the user and manually set their password? For example, I want to verify

Re: quick question about adduser

2000-11-07 Thread Mike Burger
So it does. I stand corrected. On Tue, 7 Nov 2000, Gordon Messmer wrote: That's not correct. The account will be created with '!!' in the password field, and you will not be able to log in to it. MSG On Tue, 7 Nov 2000, Mike Burger wrote: If you don't set a password, I do

Re: quick question about adduser

2000-11-07 Thread Jeff Hogg
-Original Message- From: Ed Lazor [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, November 07, 2000 4:38 PM Subject: quick question about adduser Is it possible to log in to a new account between the time you add the user and manually set their password

Re: quick question about adduser

2000-11-07 Thread Todd A. Jacobs
On Tue, 7 Nov 2000, Ed Lazor wrote: Is it possible to log in to a new account between the time you add the user and manually set their password? Change to that user from root: su - userfoo and it won't care if there's no password. -- Todd A. Jacobs Senior Network Consultant

Re: adduser

2000-08-30 Thread Justin Zygmont
over... i am just trying to add a user using the 'adduser' command in the following manner: adduser -p myPasswwd aUser i enter it, and then it sits there, thinks a while, then comes up with the following msg: adduser: unable to lock password file Does anyone know what i could have done

Re: adduser

2000-08-30 Thread Nitebirdz
On Tue, 29 Aug 2000, Sherman Tsang wrote: Hi all, I am having a bit of trouble with a very simple thing that i have done lots of times over... i am just trying to add a user using the 'adduser' command in the following manner: adduser -p myPasswwd aUser i enter it, and then it sits

adduser

2000-08-29 Thread Sherman Tsang
Hi all, I am having a bit of trouble with a very simple thing that i have done lots of times over... i am just trying to add a user using the 'adduser' command in the following manner: adduser -p myPasswwd aUser i enter it, and then it sits there, thinks a while, then comes up

How to make adduser commad availble for a remore telnet admin

2000-06-30 Thread John Gao
i am tying to use adduser command using telnet. i logged in as root, and it keeps saying the command not found... but when i go to the server console to use the same command it it there? i am confused with this, why it does not have it when i telnet in to the server? Regards John

Re: How to make adduser commad availble for a remore telnet admin

2000-06-30 Thread Mikkel L. Ellertson
On Fri, 30 Jun 2000, John Gao wrote: i am tying to use adduser command using telnet. i logged in as root, and it keeps saying the command not found... but when i go to the server console to use the same command it it there? i am confused with this, why it does not have it when i telnet

Re: How to make adduser commad availble for a remore telnet admin

2000-06-30 Thread Danny
It is available for the rlogin admin. adduser is locaated in /usr/sbin/adduser On Sat, 01 Jul 2000, Mikkel L. Ellertson wrote: On Fri, 30 Jun 2000, John Gao wrote: i am tying to use adduser command using telnet. i logged in as root, and it keeps saying the command not found

Re: Adduser via CGI?

1999-11-15 Thread Danny H
and htaccess protected. If you need example code let me know. I can even write it without using CGI.pm if you want. Have a great week! Sincerely, Mike Cathey([EMAIL PROTECTED]) Voyager Online, LLC K Old wrote: Hello, I was wondering if there was some way to control adduser via CGI scripts

Re: Adduser via CGI?

1999-11-15 Thread Mike Cathey
Dear Danny, The cgi that I wrote is attached. To my knowledge it is fully functional. It was developed on a rh6.1 box using perl 5.005_03. You might have to modify the locations of the path for the user homedir (currently / because the first guy to ask for the script wanted that (DON"T ASK

Adduser via CGI?

1999-11-10 Thread K Old
Hello, I was wondering if there was some way to control adduser via CGI scripts. I'm looking to send data to it only, not delete. If anyone has seen scripts like this or can offer any help I would greatly appreciate it. I am looking for C/C++ or Perl scripts or libraries. Thanks

Re: Adduser via CGI?

1999-11-10 Thread Mike Cathey
if you want. Have a great week! Sincerely, Mike Cathey([EMAIL PROTECTED]) Voyager Online, LLC K Old wrote: Hello, I was wondering if there was some way to control adduser via CGI scripts. I'm looking to send data to it only, not delete. If anyone has seen scripts like this or can offer any

Re: adduser

1998-05-26 Thread Craig Kattner
Now what? Do I manually make an entry in /etc/passwd? And if so, what do I use for a passwd since it's encrypted in that file?? I think as root you can do "passwd houze" and change that users password. Or log on as that user and just run passwd. (I don't know if you can log on as that user

Re: adduser

1998-05-26 Thread Stacy Brodzik
I tried using "passwd houze" from root and it seemed to work ok since it prompted me for a new password and verification. Then it came back with this: passwd: User not known to the underlying authentication modeule Stacy Now what? Do I manually make an entry in /etc/passwd? And if

Re: adduser

1998-05-26 Thread Brian Eith
On Tue, May 26, 1998 at 06:10:04PM -0700, Stacy Brodzik wrote: I tried using "passwd houze" from root and it seemed to work ok since it prompted me for a new password and verification. Then it came back with this: passwd: User not known to the underlying authentication modeule Stacy

Re: ./adduser to login specific directory ?

1998-05-04 Thread Matt Housh
Don't suppose anyone's read the adduser help? :) --- Matt Housh email: [EMAIL PROTECTED] MicroComputer SpecialistUniversity of Tulsa "Pardon me, stewardess. I speak

./adduser to login specific directory ?

1998-05-03 Thread Phil Blancett
Hello all, Is there anyway to make a user log into a specific directrory with the ./adduser command. I don't want to have to create a group for each user but all my new clients going into the web server have a hard time tunneling up to /home/httpd/domainname from their /home/username. TIA

Re: ./adduser to login specific directory ?

1998-05-03 Thread Drachen
edit the password file with vipw or if you're using the shell script adduser (in 4.2) then just find the appropriate line in the script and fix it (I recently did this for our webserver, and it worked just fine :) ) Vinnie -- [EMAIL PROTECTED] System Administrator Epoch Internet "Conne

Re: ./adduser to login specific directory ?

1998-05-03 Thread macker
On Sun, 3 May 1998, Phil Blancett wrote: Hello all, Is there anyway to make a user log into a specific directrory with the ./adduser command. I don't want to have to create a group for each user but all my new clients going into the web server have a hard time tunneling up to /home

Re: adduser

1998-03-26 Thread ptleung
Pardon me; I'm relatively new to the Linux discussion world, but have been in Unix since about 1980; taught internals at BTL ca 1982-4. So, I may not reflect the general Linux community; but I do like to believe I still know something about SW development. I would suggest that you look at

Re: adduser

1998-03-26 Thread Dave Ihnat
Al Margheim wrote: As a newbie, I have to chime in here and express my frustration at RedHat for changing adduser. I too bought books to help me learn linux and both of them state that if you run adduser without any arguments that it will prompt you through the process of adding a user

Re: adduser

1998-03-26 Thread Al Margheim
At 08:21 PM 3/25/98 -0600, Dave Ihnat wrote: I would suggest that you look at Linux as an experience at the edge. It isn't staid, conventional, or predictable. OTOH, you *do* have source. Books will trail what's available. You may buy a package; I did. RedHat saved me the time involved in

Re: adduser

1998-03-25 Thread Gate News
well, uhh... for a new user named joe just "adduser joe" should work... then "passwd joe" to set the password for that user. Hope this helps and was not a stupid answer :) B. -Original Message- From: plaven [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTEC

Re: adduser

1998-03-25 Thread Al Margheim
At 09:42 PM 3/24/98 +1000, you wrote: Hi, I have bought a book on Linux and it gives an example of the adduser script, which when I run it in the 5.0 dist gives me a command outline. I have read that RH have changed the way the adduser command works to accomodate the new group settings etc

adduser majordomo

1998-03-18 Thread Dan Cyr
Why is it that i can't 'adduser majordomo' ? My system tells me "majordomo is over 8 characters" Or did I not read enough of the majordomo docs to find out it's some sort of alias thats needed? If it is an alias please tell me how to do it, i haven't a clue. Thanks Dan -- P

Re: adduser majordomo

1998-03-18 Thread Tom Kistner
Dan Cyr wrote: Why is it that i can't 'adduser majordomo' ? My system tells me "majordomo is over 8 characters" Or did I not read enough of the majordomo docs to find out it's some sort of alias thats needed? If it is an alias please tell me how to do it, i haven't a clue.

Re: adduser majordomo

1998-03-18 Thread Dan Cyr
Thanks for your response.I tried that and it worked however...to answer my own questiuon. /etc/aliases is what i ended up using. I didn't read enough =P Dan At 08:33 AM 3/18/98 +, Tom Kistner wrote: Dan Cyr wrote: Why is it that i can't 'adduser majordomo' ? My system tells

Re: adduser majordomo

1998-03-18 Thread Ken Arck
At 08:33 AM 3/18/98 +, you wrote: Dan Cyr wrote: Why is it that i can't 'adduser majordomo' ? My system tells me "majordomo is over 8 characters" do adduser major, then edit /etc/passwd and /etc/shadow. or patch the useradd source, which is what i did. the limit is in