Ask a Question related to Linux / Unix Administration, Design and Development.
-
Flip #1
useradd with -p parameter and having to use the passwd right afterwards?
Hello. I just created a user using the useradd command and using the man
pages, it says I can put a -p password on it all in one command. But the
account is unuseable. :< I have to use the passwd in order to activate the
account, but I'm putting in the same password as I did before. I tried the
usermod -U command but that didn't work either. What is the point of the
useradd command with the -p parameter if it's not used/ignored altogether?
Thanks.
Flip Guest
-
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
Blue Screen / Recovery / Admin Passwd not Assgnd / User Passwd Assgnd
As the subject states, I am having a problem getting into Recovery mode via my install CD. I uninstalled some backup software and only get the... -
useradd: ERROR: xxx is already in use.
I removed the xxx user and tried to add it again, but an err msg generated: useradd: ERROR: xxx is already in use. command userdel -r xxx was... -
PAM + /etc/passwd
Im sure this is a common question, but I cant find an answer. Is it possible to use PAM and store a common UID for the user instead of having to... -
/etc/passwd
Hello php-general, my server is running freebsd 5.0 and yet i havent fixed bug that i knew long time ago, so can anyone point me with some... -
Chris F.A. Johnson #2
Re: useradd with -p parameter and having to use the passwd right afterwards?
On 2004-09-02, Flip wrote:
Did you enter an _encrypted_ password?> Hello. I just created a user using the useradd command and using the man
> pages, it says I can put a -p password on it all in one command. But the
> account is unuseable. :< I have to use the passwd in order to activate the
> account, but I'm putting in the same password as I did before. I tried the
> usermod -U command but that didn't work either. What is the point of the
> useradd command with the -p parameter if it's not used/ignored altogether?
man useradd:
-p passwd
The encrypted password, as returned by crypt(3). The default is
to disable the account.
--
Chris F.A. Johnson [url]http://cfaj.freeshell.org/shell[/url]
================================================== =================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
Chris F.A. Johnson Guest
-
those who know me have no need of my name #3
Re: useradd with -p parameter and having to use the passwd rightafterwards?
in comp.unix.admin i read:
it probably was used, but you likely provided something other than what is>Hello. I just created a user using the useradd command and using the man
>pages, it says I can put a -p password on it all in one command. But the
>account is unuseable. :< I have to use the passwd in order to activate the
>account, but I'm putting in the same password as I did before. I tried the
>usermod -U command but that didn't work either. What is the point of the
>useradd command with the -p parameter if it's not used/ignored altogether?
expected.
-p passwd
The encrypted password, as returned by crypt(3). The default is
to disable the account.
--
a signature
those who know me have no need of my name Guest



Reply With Quote

