public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] User
@ 2001-05-23  7:07 Sebastian Werner
  2001-05-23  7:13 ` Achim Gottinger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sebastian Werner @ 2001-05-23  7:07 UTC (permalink / raw
  To: Gentoo-Dev

Hey guys,

Why is in /etc a passwd and a passwd-
               a shadow and a shadow-
               a group	and a group-

it theems that each pair is equal... gentoo uses pam for authentifiction, or
what?

And which is the normal why in gentoo to add a user? And why su don't work
for a user which was added with the KDE-UserManager?

A beginnes question i think... but at the moment i have no idea,

thanks,

sebastian




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] User
  2001-05-23  7:07 [gentoo-dev] User Sebastian Werner
@ 2001-05-23  7:13 ` Achim Gottinger
  2001-05-23  7:43   ` AW: " Sebastian Werner
  2001-05-23  7:14 ` Parag Mehta
  2001-05-23  7:28 ` Ben Lutgens
  2 siblings, 1 reply; 6+ messages in thread
From: Achim Gottinger @ 2001-05-23  7:13 UTC (permalink / raw
  To: gentoo-dev

Sebastian Werner wrote:
> 
> Hey guys,
> 
> Why is in /etc a passwd and a passwd-
>                a shadow and a shadow-
>                a group  and a group-
> 
> it theems that each pair is equal... gentoo uses pam for authentifiction, or
> what?

gentoo uses the pwdb pam module and shadow for authentification.

> 
> And which is the normal why in gentoo to add a user? And why su don't work
> for a user which was added with the KDE-UserManager?

because a user must be in the wheel group to be allowed to su
use 
useradd -g users -G wheel -m username
to create such an user

bye achim~

> 
> A beginnes question i think... but at the moment i have no idea,
> 
> thanks,
> 
> sebastian
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] User
  2001-05-23  7:07 [gentoo-dev] User Sebastian Werner
  2001-05-23  7:13 ` Achim Gottinger
@ 2001-05-23  7:14 ` Parag Mehta
  2001-05-23  7:28 ` Ben Lutgens
  2 siblings, 0 replies; 6+ messages in thread
From: Parag Mehta @ 2001-05-23  7:14 UTC (permalink / raw
  To: Gentoo-Dev

Hi Sebastian

ill try to help you though even i'm new to it.
On Wed, 23 May 2001, Sebastian Werner wrote:

> for a user which was added with the KDE-UserManager?
> 

u need to add the user to group wheel

using :

usermod -g users  username -G wheel

i hope i'm correct in the above syntax.

best regards,

parag mehta




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] User
  2001-05-23  7:07 [gentoo-dev] User Sebastian Werner
  2001-05-23  7:13 ` Achim Gottinger
  2001-05-23  7:14 ` Parag Mehta
@ 2001-05-23  7:28 ` Ben Lutgens
  2 siblings, 0 replies; 6+ messages in thread
From: Ben Lutgens @ 2001-05-23  7:28 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

On Wed, May 23, 2001 at 02:57:40PM +0200, Sebastian Werner wrote:
>Hey guys,
>
>Why is in /etc a passwd and a passwd-
>               a shadow and a shadow-
>               a group	and a group-

I am pretty sure they are backups.

>
>it theems that each pair is equal... gentoo uses pam for authentifiction, or
>what?

Yes. We use PAM.


>
>
>And which is the normal why in gentoo to add a user? And why su don't work
>for a user which was added with the KDE-UserManager?

You need to add the user to group "wheel"

HTH
-- 
Ben Lutgens		
Sistina Software Inc.	
MIS Geek
http://www.sistina.com/	<--- great software 
http://www.gentoo.org/  <--- great distro
Kernel panic: I have no root and I want to scream <--- perfect error message

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* AW: [gentoo-dev] User
  2001-05-23  7:13 ` Achim Gottinger
@ 2001-05-23  7:43   ` Sebastian Werner
  2001-05-23  7:46     ` Parag Mehta
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Werner @ 2001-05-23  7:43 UTC (permalink / raw
  To: gentoo-dev

Great,

but why the groupname for su is wheel?
One of the last groups i would try, normally...

Sebastian

-----Ursprungliche Nachricht-----
Von: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org]Im
Auftrag von Achim Gottinger
Gesendet: Mittwoch, 23. Mai 2001 14:43
An: gentoo-dev@gentoo.org
Betreff: Re: [gentoo-dev] User


Sebastian Werner wrote:
>
> Hey guys,
>
> Why is in /etc a passwd and a passwd-
>                a shadow and a shadow-
>                a group  and a group-
>
> it theems that each pair is equal... gentoo uses pam for authentifiction,
or
> what?

gentoo uses the pwdb pam module and shadow for authentification.

>
> And which is the normal why in gentoo to add a user? And why su don't work
> for a user which was added with the KDE-UserManager?

because a user must be in the wheel group to be allowed to su
use
useradd -g users -G wheel -m username
to create such an user

bye achim~

>
> A beginnes question i think... but at the moment i have no idea,
>
> thanks,
>
> sebastian
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev

_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://www.gentoo.org/mailman/listinfo/gentoo-dev




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AW: [gentoo-dev] User
  2001-05-23  7:43   ` AW: " Sebastian Werner
@ 2001-05-23  7:46     ` Parag Mehta
  0 siblings, 0 replies; 6+ messages in thread
From: Parag Mehta @ 2001-05-23  7:46 UTC (permalink / raw
  To: gentoo-dev

Hi Sebastian

On Wed, 23 May 2001, Sebastian Werner wrote:

> Great,
> 
> but why the groupname for su is wheel?
> One of the last groups i would try, normally...


because the distro is based on freebsd and linux and openbsd. the
portage system comes from freebsd. and the security part also come from
freebsd and linux.

best regards,

parag mehta




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-05-23 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-23  7:07 [gentoo-dev] User Sebastian Werner
2001-05-23  7:13 ` Achim Gottinger
2001-05-23  7:43   ` AW: " Sebastian Werner
2001-05-23  7:46     ` Parag Mehta
2001-05-23  7:14 ` Parag Mehta
2001-05-23  7:28 ` Ben Lutgens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox