DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 12th December 2010
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Default script add user with encrypted password

Hi,

I try to write a batch file to add a user or multiple users with encrypted passwords in the batch.

What i have done :
encrypt yeti
give me -> $2a$06$dY6sS5vY1l7xD/CXHH2ezuMK5TVUiqEkmDvYUBJct9/Zfksjcm97C

So i try it in my batch :
useradd -c "YETI" -d /home/yeti -m -s /bin/ksh \
-p $2a$06$dY6sS5vY1l7xD/CXHH2ezuMK5TVUiqEkmDvYUBJct9/Zfksjcm97C \
-G users,wheel yeti

The problem, when i launch the batch file, shell give me the value of $2 of my encrypted password, how can i fix it ?
Thanks
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypted == secure? passthejoe OpenBSD Security 13 9th November 2010 05:45 PM
Cannot change user password mzainal OpenBSD General 1 1st July 2010 05:27 AM
OpenBSD: create user sh script J65nko Guides 3 31st January 2010 08:29 PM
Encrypted disk compatibility issue TheLogicInverter FreeBSD Security 3 30th January 2009 02:59 PM
Enforce a better user password policy anomie Guides 8 7th November 2008 09:10 PM


All times are GMT. The time now is 05:07 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick