Deleted Added
full compact
login.conf.5 (235586) login.conf.5 (238481)
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
20.\" $FreeBSD: stable/9/lib/libutil/login.conf.5 235586 2012-05-18 01:51:12Z gjb $
20.\" $FreeBSD: stable/9/lib/libutil/login.conf.5 238481 2012-07-15 11:39:35Z des $
21.\"
22.Dd July 8, 2011
23.Dt LOGIN.CONF 5
24.Os
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

--- 235 unchanged lines hidden (view full) ---

264attempt.
265The backoff delay is the number of tries above
266.Em login-backoff
267multiplied by 5 seconds.
268.It "login-retries number 10 The number of login attempts
269allowed before the login fails.
270.It "passwd_format string md5 The encryption format that new or
271changed passwords will use.
21.\"
22.Dd July 8, 2011
23.Dt LOGIN.CONF 5
24.Os
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

--- 235 unchanged lines hidden (view full) ---

264attempt.
265The backoff delay is the number of tries above
266.Em login-backoff
267multiplied by 5 seconds.
268.It "login-retries number 10 The number of login attempts
269allowed before the login fails.
270.It "passwd_format string md5 The encryption format that new or
271changed passwords will use.
272Valid values include "des", "md5" and "blf".
272Valid values include "des", "md5", "blf", "sha256" and "sha512"; see
273.Xr crypt 3
274for details.
273NIS clients using a
274.No non- Ns Fx
275NIS server should probably use "des".
276.It "passwd_prompt string The password prompt presented by
277.Xr login 1
278.It "times.allow list List of time periods during which
279logins are allowed.
280.It "times.deny list List of time periods during which logins are

--- 181 unchanged lines hidden ---
275NIS clients using a
276.No non- Ns Fx
277NIS server should probably use "des".
278.It "passwd_prompt string The password prompt presented by
279.Xr login 1
280.It "times.allow list List of time periods during which
281logins are allowed.
282.It "times.deny list List of time periods during which logins are

--- 181 unchanged lines hidden ---