From owner-freebsd-hackers Tue Nov 6 22:54: 9 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from viper.oldcity.dca.net (viper.oldcity.dca.net [216.158.38.4]) by hub.freebsd.org (Postfix) with ESMTP id 9365337B416 for ; Tue, 6 Nov 2001 22:54:05 -0800 (PST) Received: from defiant.mutara.net (ns1.mutara.net [216.158.26.30]) by viper.oldcity.dca.net (8.11.6/8.9.3/DCANET) with ESMTP id fA76s4x18014 for ; Wed, 7 Nov 2001 01:54:04 -0500 Received: (from cgriffiths@localhost) by defiant.mutara.net (8.11.6/8.11.6) id fA76sMM80624 for freebsd-hackers@freebsd.org; Wed, 7 Nov 2001 01:54:22 -0500 (EST) (envelope-from cgriffiths@dca.net) X-Authentication-Warning: defiant.mutara.net: cgriffiths set sender to cgriffiths@dca.net using -f Date: Wed, 7 Nov 2001 01:54:22 -0500 From: Chris Griffiths To: freebsd-hackers@freebsd.org Subject: pam issues Message-ID: <20011107015422.A80424@dca.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD/4.4-STABLE (i386) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, I am working on getting the pam_smbpass.so working using samba-2.2.2 port and have the pam_smbpass compiling and testing by adding --with-pam_smbpass to the makefile. I am running into the following problems when trying to change passwords via pam using pam_smbpass: unable to resolve symbol: pam_sm_chauthtok unable to resolve symbol: pam_sm_chauthtok unable to resolve symbol: pam_sm_open_session unable to resolve symbol: pam_sm_close_session Here is my pam layout: # Samba services samba auth requisite pam_deny.so samba auth required pam_unix.so samba account required pam_unix.so samba password requisite pam_unix.so try_first_pass samba password required pam_smbpass.so try_first_pass samba session required pam_unix.so This should in theory enable password changing/update via windows boxen. I am just stuck gettting the pam module to work. Any help or suggestions would be great. Thanks Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message