Re: Where do all the passwd get saved ?
From: Pat Maddox (pergesu_at_gmail.com)
Date: 02/06/05
- Previous message: Mr. Ralph: "Installing on an IBM 600X - anyone tried it?"
- In reply to: Gert Cuykens: "Where do all the passwd get saved ?"
- Next in thread: Erik Trulsson: "Re: Where do all the passwd get saved ?"
- Reply: Erik Trulsson: "Re: Where do all the passwd get saved ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 5 Feb 2005 18:00:19 -0700 To: Gert Cuykens <gert.cuykens@gmail.com>
/etc/passwd is a system file that just lists accounts. Having the
passwords in there is insecure because it has to be readable by
everyone. In linux systems, the actual passwords are in /etc/shadow.
I don't know exactly how FreeBSD handles passwords. I don't even
think it uses /etc/passwd (only there for compatibility with some
linux software?), and instead keeps everything in a hashed database
file. My guess is that all the passwords are in spwd.db.
But I don't know that for sure :) Hopefully somebody else can clarify this.
On Sun, 6 Feb 2005 01:45:09 +0100, Gert Cuykens <gert.cuykens@gmail.com> wrote:
> I thought it was /etc/passwd but that seemed not to be where i was
> looking for :)
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Mr. Ralph: "Installing on an IBM 600X - anyone tried it?"
- In reply to: Gert Cuykens: "Where do all the passwd get saved ?"
- Next in thread: Erik Trulsson: "Re: Where do all the passwd get saved ?"
- Reply: Erik Trulsson: "Re: Where do all the passwd get saved ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|