List Archive: 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@g.o
> http://www.gentoo.org/mailman/listinfo/gentoo-dev
|
|