[BACK]Return to login_krb-or-pwd.8 CVS log [TXT][DIR] Up to [local] / src / libexec / login_krb-or-pwd

File: [local] / src / libexec / login_krb-or-pwd / Attic / login_krb-or-pwd.8 (download)

Revision 1.1, Tue Dec 12 02:32:11 2000 UTC (23 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9

kerberos/passwd login script; authenticates the user via kerberos
will be used when BSD authentication is enabled

.\" $OpenBSD: login_krb-or-pwd.8,v 1.1 2000/12/12 02:32:11 millert Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. The name of the author may not be used to endorse or promote products
.\"    derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
.\" THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd December 11, 2000
.Dt LOGIN_KRB-OR-PWD 8
.Os
.Sh NAME
.Nm login_krb-or-pwd
.Nd provide kerberos or password authentication type
.Sh SYNOPSIS
.Nm
.Op Fl s Ar service
.Op Fl v Ar wheel=yes|no
.Op Fl v Ar lastchance=yes|no
.Ar user
.Op Ar class
.Sh DESCRIPTION
.Pp
The
.Nm
utility first attempts to authenticate the user via kerberos
and, failing that, falls back to standard password authentication.
.Pp
If kerberos is not configured on the system,
.Nm
is equivalent to calling
.Xr login_passwd 8 .
.Pp
.Nm
accepts any command line arguments described in
.Xr login_kerberos 8
or
.Xr login_passwd 8 .
.Sh SEE ALSO
.Xr login_kerberos 8 ,
.Xr login_passwd 8