]> err.no Git - util-linux/commit
newgrp: add support for /etc/gshadow
authorKarel Zak <kzak@redhat.com>
Wed, 21 Mar 2007 22:07:25 +0000 (23:07 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Mar 2007 22:07:25 +0000 (23:07 +0100)
commit66a9411eb0dec245b0dd781837442586521b5550
tree24031b06219e575d5740d7f1eb30370a40d8d098
parentac70067ae67d22b5c8305eac87acec5cdf8059e3
newgrp: add support for /etc/gshadow

The original newgrp command doesn't expect group pasword in /etc/gshadow
although almost all distributions use this file (and the gpasswd command).

The newgrp from util-linux is deprecated and better is use shadow-utils only.
Unfortunately, shadow-utils are broken too (see RH version where is bugfix).
In this case it's better fix util-linux version at least...

Signed-off-by: Karel Zak <kzak@redhat.com>
include/pathnames.h
login-utils/newgrp.c