Document passwd_format further.

This commit is contained in:
Brian Feldman 2000-09-30 00:37:44 +00:00
parent 24e6299062
commit d29b305125
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66470
3 changed files with 20 additions and 0 deletions

View File

@ -202,6 +202,10 @@ ensure octal interpretation.
.Bl -column minpasswordlen indent indent
.Sy Name Type Notes Description
.It minpasswordlen number 6 The minimum length a local password may be.
.It passwd_format string md5 The encryption format that new or
changed passwords will use.
Valid values include "md5" and "des".
NIS clients using a non-FreeBSD NIS server should probably use "des".
.\" .It approve program Program to approve login.
.It mixpasswordcase bool true Whether
.Xr passwd 1

View File

@ -416,6 +416,14 @@ If they aren't found, the standard
.Pa passwd
maps will be used instead.
.Sh COMPATIBILITY
When using a non-FreeBSD NIS server for
.Xr passwd 5
files, it is unlikely that the default MD5-based format that FreeBSD
uses for passwords will be accepted by it.
If this is the case, the value of the "passwd_format" setting in
.Xr login.conf 5
should be changed to "des" for compatibility.
.Pp
Some systems, such as SunOS 4.x, need
.Tn NIS
to be running in order

View File

@ -416,6 +416,14 @@ If they aren't found, the standard
.Pa passwd
maps will be used instead.
.Sh COMPATIBILITY
When using a non-FreeBSD NIS server for
.Xr passwd 5
files, it is unlikely that the default MD5-based format that FreeBSD
uses for passwords will be accepted by it.
If this is the case, the value of the "passwd_format" setting in
.Xr login.conf 5
should be changed to "des" for compatibility.
.Pp
Some systems, such as SunOS 4.x, need
.Tn NIS
to be running in order