Bug 21908

Summary: passwd_format is not documented in login.conf(5)
Product: Base System Reporter: joes <joes>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description joes 2000-10-11 10:00:04 UTC
I was trying to troubleshoot still having (MD5?) entries in the
/etc/master.passwd file when my crypt libraries were supposedly the
DES versions (so I was expecting the standard 13 character crypt
style passwords).

After digging through the website, I found the "securing FreeBSD" section
of the handbook, that indicates that the 'passwd_format' field of 
/etc/login.conf determines the encryption algorithm in the password
file.

passwd_format is not mentioned in the online man-pages on my system
(I have not checked the WWW version at freebsd.org).

Fix: 

add passwd_format=des to /etc/login.conf
How-To-Repeat: Install a base system from floppies
Comment 1 Ruslan Ermilov 2000-10-11 10:26:30 UTC
On Wed, Oct 11, 2000 at 01:54:45AM -0700, joes@teleport.com wrote:
> 
> >Synopsis:       passwd_format is not documented in login.conf(5)
> >Release:        4.1-20000927-STABLE

Documented three days later:

RCS file: /home/ncvs/src/lib/libutil/login.conf.5,v
Working file: login.conf.5
head: 1.26
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 44;    selected revisions: 4
description:
----------------------------
revision 1.22.2.4
date: 2000/09/30 00:44:45;  author: green;  state: Exp;  lines: +5 -1
MFC: passwd_format documentation
----------------------------

-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age
Comment 2 ru freebsd_committer freebsd_triage 2000-10-11 10:28:02 UTC
State Changed
From-To: open->closed

Originator does not have up-to-date sources.