Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Sondre Rønjom
On Mon, 9 Jun 2003, Scott St. John wrote:

 After spending a year converting my ISP to Linux I have had enough and am 
 ready to come back home to FreeBSD.  The ips driver in 5.1 also helps 
 since I am running IBM Netfinity's.
 
 Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD 
 so I don't have to manually recreate the accounts?
 
There are tools out there to do it. I have seen some Perl scripts. What I 
did was to create my own python-script which was a very easy thing to do. 
I could send you it if I find it and you still are interested

Sondre

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Jonathan
Scott St. John wrote:
After spending a year converting my ISP to Linux I have had enough and am 
ready to come back home to FreeBSD.  The ips driver in 5.1 also helps 
since I am running IBM Netfinity's.

Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD 
so I don't have to manually recreate the accounts?
Nice and easy. I've done this a few times recently on Linux boxes.

There's a nice FAQ entry at:

http://www.openbsd.org/faq/faq9.html#passwd

Regards,

Jonathan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Converting Linux passwd to FreeBSD

2003-06-10 Thread Paul Hamilton
If your users use pop3, you could record their pop3 user name and passwords,
since they are transmitted in clear text.  Some pop3 servers can even log
the username-password.  That would get you most of the users, depending on
the time frame (as some users will be away-dormant etc).

Cheers,

Paul Hamilton


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Benjamin Mayer
Sent: Tuesday, 10 June 2003 5:41 AM
To: [EMAIL PROTECTED]
Subject: Re: Converting Linux passwd to FreeBSD


On Tue, 10 Jun 2003 08:25:27 +0700 (ICT)
Olivier Nicole [EMAIL PROTECTED] wrote:

  Is anyone familiar with a tool to convert my Linux passwd files to
FreeBSD
  so I don't have to manually recreate the accounts?

 I'd say, as the passwords are cripted with a non reversible function,
 either both systems use the same function and you don't have to
 convert anything, else you're dead. There is no way to get the clear
 text password knowing the crypted one, so there is no way to convert.

If they are not the same function you could always dictionary and brute
force attack the passwords. In my experience this should get you most of the
passwords. The ones you dont get you may have to have people assign a new
password for themselves.

I know it is not pretty, but if worst comes to worst.

Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Scott St. John
Jonathan-

Perfect!  Thank you, I will give that a try today once I get 5.1 running.

-Scott

After spending a year converting my ISP to Linux I have had enough and am 
ready to come back home to FreeBSD.  The ips driver in 5.1 also helps 
since I am running IBM Netfinity's.
Is anyone familiar with a tool to convert my Linux passwd files to 
FreeBSD so I don't have to manually recreate the accounts?
Nice and easy. I've done this a few times recently on Linux boxes.
There's a nice FAQ entry at:
http://www.openbsd.org/faq/faq9.html#passwd
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting Linux passwd to FreeBSD

2003-06-09 Thread Henrik Hudson
Depending on the hash algorithm used you might not have to do anything except 
change some UIDs. Is 5.1 still using MD5 as default? and is your Linux using 
MD5 as default in the shadow file?

Henrik

On Monday 09 June 2003 19:37, Scott St. John wrote:
 After spending a year converting my ISP to Linux I have had enough and am
 ready to come back home to FreeBSD.  The ips driver in 5.1 also helps
 since I am running IBM Netfinity's.

 Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD
 so I don't have to manually recreate the accounts?

 Thank you,

 -Scott

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Henrik Hudson
[EMAIL PROTECTED]

`If there's anything more important than my ego
around, I want it caught and shot now.' 
--Hitchhikers Guide to the Galaxy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting Linux passwd to FreeBSD

2003-06-09 Thread Olivier Nicole
 Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD
 so I don't have to manually recreate the accounts?

I'd say, as the passwords are cripted with a non reversible function,
either both systems use the same function and you don't have to
convert anything, else you're dead. There is no way to get the clear
text password knowing the crypted one, so there is no way to convert.

Olivier
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting Linux passwd to FreeBSD

2003-06-09 Thread Benjamin Mayer
On Tue, 10 Jun 2003 08:25:27 +0700 (ICT)
Olivier Nicole [EMAIL PROTECTED] wrote:

  Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD
  so I don't have to manually recreate the accounts?
 
 I'd say, as the passwords are cripted with a non reversible function,
 either both systems use the same function and you don't have to
 convert anything, else you're dead. There is no way to get the clear
 text password knowing the crypted one, so there is no way to convert.

If they are not the same function you could always dictionary and brute force attack 
the passwords. In my experience this should get you most of the passwords. The ones 
you dont get you may have to have people assign a new password for themselves.

I know it is not pretty, but if worst comes to worst.

Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]