aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commitb5c508fba33452c36601090d080ddc688efad870 (patch)
treebf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /lib/libutil
parentbd4bd019fbc1618b7547bdae3000cc03228becf1 (diff)
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login.conf.58
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 0ccfafd6b4af..700941624437 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -48,7 +48,9 @@ non-root user without a valid login class in
A user with a uid of 0 without a valid login class will use the record
"root" if it exists, or "default" if not.
.Pp
-In FreeBSD, users may individually create a file called
+In
+.Fx ,
+users may individually create a file called
.Pa .login_conf
in their home directory using the same format, consisting of a single
entry with a record id of "me".
@@ -205,7 +207,9 @@ ensure octal interpretation.
.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".
+NIS clients using a
+.No non- Ns Fx
+NIS server should probably use "des".
.\" .It approve program Program to approve login.
.It mixpasswordcase bool true Whether
.Xr passwd 1