Bug 47960

Summary: Update login.conf(5) to match reality
Product: Documentation Reporter: dschultz <dschultz>
Component: Books & ArticlesAssignee: David Schultz <das>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dschultz 2003-02-05 15:30:11 UTC
The login.conf(5) manpage contains outdated information about what
capabilities are actually supported.  The included patch removes the
now-unsupported minpasswordlen and minpasswordcase options, and
provides a reference to the PAM module that has replaced them.  The
patch also adds a note that many of the accounting facilities mentioned
are not implemented in FreeBSD, though at least one of them is supported
by third-party software in ports.  In the long run, some of the options
should eventually be removed from the manpage altogether.
Comment 1 David Schultz freebsd_committer freebsd_triage 2003-02-24 09:23:40 UTC
Responsible Changed
From-To: freebsd-doc->das

Over to me.  I can deal with my own PRs now.
Comment 2 David Schultz freebsd_committer freebsd_triage 2003-03-03 05:10:14 UTC
State Changed
From-To: open->closed

A variant of this patch has been committed.  Thanks, self!