|
Lines 205-211
Link Here
|
| 205 |
.It "welcome file /etc/motd File containing welcome message. |
205 |
.It "welcome file /etc/motd File containing welcome message. |
| 206 |
.El |
206 |
.El |
| 207 |
.Sh AUTHENTICATION |
207 |
.Sh AUTHENTICATION |
| 208 |
.Bl -column minpasswordlen indent indent |
208 |
.Bl -column passwd_prompt indent indent |
| 209 |
.It Sy "Name Type Notes Description |
209 |
.It Sy "Name Type Notes Description |
| 210 |
.\" .It "approve program Program to approve login. |
210 |
.\" .It "approve program Program to approve login. |
| 211 |
.It "copyright file File containing additional copyright information |
211 |
.It "copyright file File containing additional copyright information |
|
Lines 215-225
Link Here
|
| 215 |
in the class may not access. |
215 |
in the class may not access. |
| 216 |
.It "login_prompt string The login prompt given by |
216 |
.It "login_prompt string The login prompt given by |
| 217 |
.Xr login 1 |
217 |
.Xr login 1 |
| 218 |
.It "minpasswordlen number 6 The minimum length a local password |
|
|
| 219 |
may be. |
| 220 |
.It "mixpasswordcase bool true Whether |
| 221 |
.Xr passwd 1 |
| 222 |
will warn the user if an all lower case password is entered. |
| 223 |
.It "passwd_format string md5 The encryption format that new or |
218 |
.It "passwd_format string md5 The encryption format that new or |
| 224 |
changed passwords will use. |
219 |
changed passwords will use. |
| 225 |
Valid values include "des", "md5" and "blf". |
220 |
Valid values include "des", "md5" and "blf". |
|
Lines 324-329
Link Here
|
| 324 |
devices in the group. |
319 |
devices in the group. |
| 325 |
If both lists are given and are non-empty, the user is restricted to those |
320 |
If both lists are given and are non-empty, the user is restricted to those |
| 326 |
devices allowed by ttys.allow that are not available by ttys.deny. |
321 |
devices allowed by ttys.allow that are not available by ttys.deny. |
|
|
322 |
.Pp |
| 323 |
The |
| 324 |
.Em minpasswordlen |
| 325 |
and |
| 326 |
.Em minpasswordcase |
| 327 |
facilities for enforcing restrictions on password quality, which used |
| 328 |
to be supported by |
| 329 |
.Nm , |
| 330 |
have been superseded by the |
| 331 |
.Xr pam_passwdqc 8 |
| 332 |
PAM module. |
| 327 |
.Sh ACCOUNTING LIMITS |
333 |
.Sh ACCOUNTING LIMITS |
| 328 |
.Bl -column host.accounted indent indent |
334 |
.Bl -column host.accounted indent indent |
| 329 |
.It Sy "Name Type Notes Description |
335 |
.It Sy "Name Type Notes Description |
|
Lines 361-367
Link Here
|
| 361 |
.El |
367 |
.El |
| 362 |
.Pp |
368 |
.Pp |
| 363 |
These fields are used by the time accounting system, which regulates, |
369 |
These fields are used by the time accounting system, which regulates, |
| 364 |
controls and records user login access. |
370 |
controls and records user login access. Of these options, only |
|
|
371 |
.Em warnexpire |
| 372 |
and |
| 373 |
.Em warnpassword |
| 374 |
are implemented in the base system. The |
| 375 |
.Em idletime |
| 376 |
capability is supported by |
| 377 |
.Xr blimitd 8 |
| 378 |
in the ports collection. |
| 365 |
.Pp |
379 |
.Pp |
| 366 |
The |
380 |
The |
| 367 |
.Em ttys.accounted |
381 |
.Em ttys.accounted |
|
Lines 385-389
Link Here
|
| 385 |
.Xr getttyent 3 , |
399 |
.Xr getttyent 3 , |
| 386 |
.Xr login_cap 3 , |
400 |
.Xr login_cap 3 , |
| 387 |
.Xr login_class 3 , |
401 |
.Xr login_class 3 , |
|
|
402 |
.Xr pam 3 , |
| 388 |
.Xr passwd 5 , |
403 |
.Xr passwd 5 , |
| 389 |
.Xr ttys 5 |
404 |
.Xr ttys 5 , |
|
|
405 |
.Xr blimitd , |
| 406 |
.Xr pam_passwdqc 8 |