Date: Tue, 26 Jan 1999 12:07:25 -0500 (EST) From: Matt Behrens <matt@zigg.com> To: Chris Stenton <jacs@gnome.co.uk> Cc: stable@FreeBSD.ORG Subject: Re: old version of PAM in 3.0-stable stopping Samba working? Message-ID: <Pine.BSF.4.05.9901261205570.15983-100000@megaweapon.zigg.com> In-Reply-To: <199901261213.MAA00870@hawk.gnome.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
It looks to me that PAM isn't quite "Linux-compatible", and Samba was definitely written for Linux PAM. I got around it by manually editing the Makefile and include/config.h after configure, commenting or removing anything that mentioned PAM. Unfortunately, the configure script doesn't seem to have a handy --disable-pam option. :) On Tue, 26 Jan 1999, Chris Stenton wrote: : I have been trying for the last day or so to get samba 2.00 to work with 3.0 : stable. It appears to me that the PAM code has come straight out of Linux but : has not been kept upto date. From the samba documentation you should have : entries of the form. : : : : samba auth required pam_pwdb.so nullok shadow : samba account required pam_pwdb.so : : in /etc/pam.conf. However, as pam_pwdb.so does not exist in the FreeBSD : implementation the above can't be used. I tried : : samba auth requisite pam_cleartext_pass_ok.so : samba auth required pam_unix.so try_first_pass : samba account requisite pam_cleartext_pass_ok.so : samba account required pam_unix.so try_first_pass : : but all I got was an unresolved symbol error for pam_sm_acct_mgmt from the pam : library. : : Is the PAM library out of date or am I doing something wrong? - Matt Behrens <matt@zigg.com> Network Administrator, zigg.com <http://www.zigg.com/> Engineer, Nameless IRC Network <http://www.nameless.net/> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901261205570.15983-100000>