Re: freebsd Is this a hack or a system for root

2003-10-08 Thread Rick Hoppe
> Is this a hack  or a system for root? This is in password file.
>
> toor:*:0:0: :0 Bourne-again Superuser :/root
>
> Dan
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

The answer is in the FreeBSD Handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/security.html#TOOR-ACCOUNT

Regards,

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


Re: freebsd Is this a hack or a system for root

2003-10-07 Thread Jez Hancock
On Wed, Oct 08, 2003 at 06:09:19AM +, DanB wrote:
> Is this a hack  or a system for root? This is in password file.
> 
> toor:*:0:0: :0 Bourne-again Superuser :/root
toor is just another user with EUID 0 (effective user id) - ie another
'root' account.  The account is disabled by default (hence the '*' in
the password field) and won't be activated unless you change the
password using chpass or vipw or another password changing util.

The 'toor' account can be quite useful if you have more than one admin
who needs UID 0 access on a server and you don't want to get the
shell histories of the users mixed up.

Not sure what the historic details are regarding the 'toor' account -
all I know is it's been around since 4.4.

-- 
Jez Hancock
 - System Administrator / PHP Developer

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