Re: Password Encryption Blues
From: phn@icke-reklam.ipsec.nuDate: 05/22/02
- Next message: Dinesh.Chetty@eskom.co.za: "Help with login id"
- Previous message: Nico Kadel-Garcia: "Re: IP address <--> Global Positioning System (GPS)"
- In reply to: John: "Password Encryption Blues"
- Next in thread: John: "Re: Password Encryption Blues"
- Reply: John: "Re: Password Encryption Blues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: phn@icke-reklam.ipsec.nu Date: 22 May 2002 06:03:05 GMT
John <johnc@no1.com.au> wrote:
> HELP - I mean this sincerely.
> I have spent almost a week on and off trying to convert a plain text Unix
> password file (as you would use in Linux but an unshadowed version of it) to
> run under FreeBSD
> I understand the 3 extra fields required by FreeBSD and can convert
> accordingly.
> Would like to run a shell script to convert.
> If anybody could spare me some basic steps of what to do, would be much
> appreciated.
> Or I can send somebody the script we have developed thus far? which ever...I
> am now desperate, hence posting this message.
awk might be the easiest :
awk -F: '{print $1 ":"$2":"$3":"$4":0:0:0"$6":"$6}' < /etc/passwd > bsdpasswd.master
( the above contains probably some errors )
> Thanking you all in advance.
> John C
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
- Next message: Dinesh.Chetty@eskom.co.za: "Help with login id"
- Previous message: Nico Kadel-Garcia: "Re: IP address <--> Global Positioning System (GPS)"
- In reply to: John: "Password Encryption Blues"
- Next in thread: John: "Re: Password Encryption Blues"
- Reply: John: "Re: Password Encryption Blues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|