On Monday 20 October 2008 15:07:36 Kevin Day wrote: > if thats true, then that might make the shadow group pointless. > I am under the pretense that the agetty provides the login prompt to > the user and checks the given password against the shadow.
Login? Yes. Password? No. /* Let the login program take care of password validation. */ (void) execl(options.login, options.login, "--", logname, NULL); error(_("%s: can't exec %s: %m"), options.tty, options.login); -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page