FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Ubuntu User

 
 
LinkBack Thread Tools
 
Old 12-31-2008, 03:32 PM
"Mark Haney"
 
Default sudo and /etc/sudoers

H.S. wrote:
> Koh Choon Lin wrote:
>
>> Which major distribution doesn't have this sudo system on by default?
>> I remembered Fedora being of them or has that been changed?
>
>
> IIRC, Debian.
>

Fedora 10 does have sudo setup in a similar fashion for users as Ubuntu
does, but they haven't completely locked away root like Ubuntu. It's
more of a 'hybrid' setup I guess.



--
Frustra laborant quotquot se calculationibus fatigant pro inventione
quadraturae circuli

Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415

Call (866) ERC-7110 for after hours support

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 05:59 PM
Derek Broughton
 
Default sudo and /etc/sudoers

H.S. wrote:

> Koh Choon Lin wrote:
>
>>
>> Which major distribution doesn't have this sudo system on by default?
>> I remembered Fedora being of them or has that been changed?
>
>
> IIRC, Debian.

Not unless they backed out of it since Ubuntu came along. I was using sudo
back then. He didn't ask "which major distribution doesn't enable root".



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 07:01 PM
"Koh Choon Lin"
 
Default sudo and /etc/sudoers

>>> Which major distribution doesn't have this sudo system on by default?
>>> I remembered Fedora being of them or has that been changed?
>>
>> IIRC, Debian.
>
> Not unless they backed out of it since Ubuntu came along. I was using sudo
> back then. He didn't ask "which major distribution doesn't enable root".

Interestingly, one has to reset the root password to login as root.
Thus, does Ubuntu maintains the same root password for all installed
systems? I had always been assuming the root password is different for
each Ubuntu system and no one knows them.



Koh Choon Lin

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 07:11 PM
"H.S."
 
Default sudo and /etc/sudoers

Derek Broughton wrote:
> H.S. wrote:
>
>> Koh Choon Lin wrote:
>>
>>> Which major distribution doesn't have this sudo system on by default?
>>> I remembered Fedora being of them or has that been changed?
>>
>> IIRC, Debian.
>
> Not unless they backed out of it since Ubuntu came along. I was using sudo
> back then. He didn't ask "which major distribution doesn't enable root".

I read that question meaning as which major distribution has the first
user automatically added to sudo and the relevant permissions and groups
set up. So the context here is the equivalence of sudo setup between
various distros.

Yes, Debain *comes* with sudo, but it does not *set it up as default*.
There is a huge difference. Once has to edit sudo file as root to add a
user and permitting him to use sudo.

Right out of the box, after the initial installation, when you are
logged in as a normal user (the first user), I bet you cannot just do
this in Debian:
$> sudo <do something only root is allowed to do>




--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 07:30 PM
Rashkae
 
Default sudo and /etc/sudoers

Koh Choon Lin wrote:
>>>> Which major distribution doesn't have this sudo system on by default?
>>>> I remembered Fedora being of them or has that been changed?
>>> IIRC, Debian.
>> Not unless they backed out of it since Ubuntu came along. I was using sudo
>> back then. He didn't ask "which major distribution doesn't enable root".
>
> Interestingly, one has to reset the root password to login as root.
> Thus, does Ubuntu maintains the same root password for all installed
> systems? I had always been assuming the root password is different for
> each Ubuntu system and no one knows them.
>
>
>
> Koh Choon Lin
>


There is *no* root password in a default Ubuntu install. Root account
is disabled and cannot log in with any password whatsoever.

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 08:32 PM
Derek Broughton
 
Default sudo and /etc/sudoers

H.S. wrote:

> Yes, Debain *comes* with sudo, but it does not *set it up as default*.

Yes it does (or, as I said, did when Ubuntu was first released and I switched
from Debian). The first user created had full sudo privilege.

> There is a huge difference. Once has to edit sudo file as root to add a
> user and permitting him to use sudo.

Nope, didn't do that.




--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 12-31-2008, 08:52 PM
Florian Diesch
 
Default sudo and /etc/sudoers

"Koh Choon Lin" <sgfreedom@gmail.com> wrote:

>>>> Which major distribution doesn't have this sudo system on by default?
>>>> I remembered Fedora being of them or has that been changed?
>>>
>>> IIRC, Debian.
>>
>> Not unless they backed out of it since Ubuntu came along. I was using sudo
>> back then. He didn't ask "which major distribution doesn't enable root".
>
> Interestingly, one has to reset the root password to login as root.
> Thus, does Ubuntu maintains the same root password for all installed
> systems?

At login a hash of your password is compared with the password hash
stored in /etc/shadow (or whatever password database you are using).
Root's password hash in /etc/shadow is set to a value that isn't a
valid hash (the hash function is guaranteed to never return this
value) so very password you may try will fail.



Florian
--
<http://www.florian-diesch.de/>
-----------------------------------------------------------------------
** Hi! I'm a signature virus! Copy me into your signature, please! **
-----------------------------------------------------------------------

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 01-01-2009, 07:44 AM
"H.S."
 
Default sudo and /etc/sudoers

Derek Broughton wrote:
> H.S. wrote:
>
>> Yes, Debain *comes* with sudo, but it does not *set it up as default*.
>
> Yes it does (or, as I said, did when Ubuntu was first released and I switched
> from Debian). The first user created had full sudo privilege.
>
>> There is a huge difference. Once has to edit sudo file as root to add a
>> user and permitting him to use sudo.
>
> Nope, didn't do that.
>

hmm .. interesting if that was your experience. When I last installed
Debian Testing (a couple of years ago), it did not happen to me. Perhaps
it has changed since then.

Regards.


--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 01-02-2009, 01:04 AM
NoOp
 
Default sudo and /etc/sudoers

On 12/30/2008 12:38 AM, jdd wrote:
> NoOp a écrit :
>
>> Best part is she's a sailor:
>> http://www.cs.colorado.edu/~evi/sailing.html
>>
>> If I had the bucks I'd sign on for two weeks as a "visitor"...
>
> so would I :-). I also had a boat and find a crew is as difficult as
> find sudoers :-))
>
> sudo /bin/boat ?
>
> jdd
>

:-) I found out long ago that the best way to have a boat is to have a
friend with a boat that needs a crew :-)

I think it's:

sudo /opt/boat



--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 01-02-2009, 05:49 PM
art
 
Default sudo and /etc/sudoers

NoOp wrote:
> :-) I found out long ago that the best way to have a boat is to have a
> friend with a boat that needs a crew :-)


I like that! But that's why my dingy is 16ft, it's trailerable and I
can sail it by myself.
Art


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 

Thread Tools




All times are GMT. The time now is 09:18 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org