Bug 1408

Summary: Remove references to login.conf from sshd_config man page on Mac OS X.
Product: Portable OpenSSH Reporter: Disco Vince Giffin <vgiffin>
Component: DocumentationAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: djm, dtucker
Priority: P2    
Version: 4.7p1   
Hardware: Other   
OS: Mac OS X   
Bug Depends on:    
Bug Blocks: 1560    
Attachments:
Description Flags
Removes references to login.conf from sshd_config man page.
none
downgrade login.conf reference to example, and mention PAM too dtucker: ok+

Description Disco Vince Giffin 2007-12-21 13:27:47 AEDT
Created attachment 1402 [details]
Removes references to login.conf from sshd_config man page.

Attached is a patch for building OpenSSH 4.7p1 on Mac OS X.

Removes references to login.conf from sshd_config man page.
Comment 1 Darren Tucker 2007-12-31 21:35:05 AEDT
This raises a more general question: what (if anything) should we do for platform-specific text in the man pages?  At the moment, the same text is used everywhere.

The moduli(5) page is a separate issue.  There actually is a moduli(5) man page in OpenBSD (originally from Photuris), but it has an advertising clause so it's not in the portable distribution.
Comment 2 Damien Miller 2008-01-20 06:45:09 AEDT
We cannot apply this patch as-is, we really need to modify these references based on options set or detected in configure.ac.
Comment 3 Darren Tucker 2008-06-29 03:30:23 AEST
FWIW there Damien has written a new moduli(5) page which will be in the next release:

http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man5/moduli.5
Comment 4 Damien Miller 2009-08-18 11:17:22 AEST
I don't want to slice and dice our manpages on a per-platform basis as this will be too much work for us, but we should at least mention PAM in the ChallengeResponseAuthentication section. (moduli(5) has been fixed for a few releases now)
Comment 5 Damien Miller 2009-08-28 10:22:26 AEST
Created attachment 1675 [details]
downgrade login.conf reference to example, and mention PAM too
Comment 6 Damien Miller 2009-08-28 10:28:26 AEST
patch applied. Will be in openssh-5.3.

Like I said, I don't want to chop out the login.conf mentions because it will create too much ongoing work in merging manpage diffs but at least this way we mention multiple auth systems that platforms are likely to use.
Comment 7 Damien Miller 2009-10-06 15:02:18 AEDT
Mass move of RESOLVED bugs to CLOSED now that 5.3 is out.