diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
| commit | b5c508fba33452c36601090d080ddc688efad870 (patch) | |
| tree | bf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /lib/libutil | |
| parent | bd4bd019fbc1618b7547bdae3000cc03228becf1 (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login.conf.5 | 8 |
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 |
