When using freeradius and pam_smb_auth, authentication
fails and I see the following in syslog:
freeradius: PAM [dlerror:
/lib/security/pam_smb_auth.so: undefined symbol:
pam_get_item]
I fixed the problem by adding "-lpam" to the EXTRALIBS
variable in the Makefile and re-compiling. I'm not
sure what the "real" fix is (the autoconf way).