Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2003 12:11:55 +1200
From:      Andrew Thompson <andy@fud.org.nz>
To:        ports@FreeBSD.org
Subject:   security/pam_smb
Message-ID:  <03Aug29.121100nzst.336012@homer.fire.org.nz>

next in thread | raw e-mail | index | archive | help
Hi,


I have upgraded pam_smb to v2.0.0-rc5 due to the recent root exploit. It
has stopped working with the error:

radiusd: unable to resolve symbol: pam_sm_authenticate
radiusd: unable to resolve symbol: pam_sm_setcred


Strings shows a difference between v1.9.9 and v2


strings pam_smb.1.9.9/work/pam_smb/pamsmbm/pam_smb_auth.so | grep ^pam_
pam_get_user
pam_get_item
pam_sm_authenticate
pam_sm_setcred
pam_set_item

strings pam_smb/work/pam_smb-2.0.0-rc5/pamsmbm/pam_smb_auth.so | grep
^pam_
pam_get_user
pam_get_item
pam_set_item



Can anyone throw me a bone?

Andy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03Aug29.121100nzst.336012>