Bug 30696

Summary: sshd Makefile has no -DNOPAM option
Product: Base System Reporter: gunther <gunther>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description gunther 2001-09-20 22:13:39 UTC
>Number:         30696
>Category:       bin
>Synopsis:       sshd Makefile has no -DNOPAM option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 14:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gunther Schadow
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
Regenstrief Institute
>Environment:
System: FreeBSD aurora.regenstrief.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 15:35:07 EST 2001 root@aurora.regenstrief.org:/usr/src/sys/compile/AURORA i386


	
>Description:
Noticed that PAM didn't work for me at all after upgrade from
4.2-RELEASE to 4.4-RELEASE. I'm sure it's my fault. Anyway
had to recompile login with make -DNOPAM and wanted do same
with sshd. However, sshd's Makefile has no such option.
Would be nice if this were added to any makefile that uses
PAM.

	
>How-To-Repeat:
	
>Fix:
Sorry, have lost my diffs, but the login Makefile can serve as
a sample.

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Comment 1 gunther 2001-09-20 22:20:01 UTC
Noticed that PAM didn't work for me at all after upgrade from
4.2-RELEASE to 4.4-RELEASE. I'm sure it's my fault. Anyway
had to recompile login with make -DNOPAM and wanted do same
with sshd. However, sshd's Makefile has no such option.
Would be nice if this were added to any makefile that uses
PAM.

Fix: 

Sorry, have lost my diffs, but the login Makefile can serve as
a sample.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-09-24 00:39:43 UTC
State Changed
From-To: open->closed

PAM is now a required part of FreeBSD, including sshd.