Subject: Re: 3.0.1 and PAM problem
To: None <netbsd-help@netbsd.org>
From: Dieter <netbsd@sopwith.solgatos.com>
List: netbsd-help
Date: 08/16/2006 19:58:40
> This is a not problem. Please apply this patch to /usr/src/usr.bin/su/Makefile
> and rebuild su:

In previous releases, a su generates 1 line in syslog.
In 3.0.1 a su generates 124 lines of cruft in syslog.
With or without the patch.

With the patch I don't get the "Undefined symbol" messages,
but I still get 124 lines of cruft.

su: in pam_sm_authenticate(): krb5_init_context failed: Device not configured
su: in openpam_dispatch(): pam_ksu.so: pam_sm_authenticate(): error in service module
su: in openpam_get_option(): entering: 'debug'
su: in openpam_get_option(): returning NULL
su: in openpam_dispatch(): calling pam_sm_authenticate() in pam_group.so
su: in pam_get_user(): entering
su: in pam_get_item(): entering: PAM_USER
su: in pam_get_item(): returning PAM_SUCCESS
su: in pam_get_user(): returning PAM_SUCCESS
su: in pam_get_item(): entering: PAM_RUSER
su: in pam_get_item(): returning PAM_SUCCESS
su: in openpam_get_option(): entering: 'authenticate'
su: in openpam_get_option(): returning NULL

and so on, and on, and on...