diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-09-01 15:12:39 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-09-01 15:12:39 +0000 |
| commit | f9adba43ca8c25a5f47cad6f6aaeab7507cc58e4 (patch) | |
| tree | 47ae7ead186b85bba01342bc263c86d4f3b45437 /lib/libutil | |
| parent | 53717bf111abd18a00a8b416c313d32bb268b35a (diff) | |
MFC rev 1.58:
Recognize the existence of `auth' and `auth-type'
capabilities but tell they do nothing in the base system.
Notes
svn path=/stable/6/; revision=161817
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 01f9a9ff2a16..9194e9b3111a 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 19, 2006 +.Dd August 23, 2006 .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -373,6 +373,11 @@ They are not implemented in the base system. .It Sy "Name Type Notes Description .It "accounted bool false Enable session time accounting for all users in this class. +.It "auth list passwd Allowed authentication styles. +The first item is the default style. +.It "auth-" Ns Ar type Ta "list Allowed authentication styles for the +authentication +.Ar type . .It "autodelete time Time after expiry when account is auto-deleted. .It "bootfull bool false Enable 'boot only if ttygroup is full' strategy when terminating sessions. |
