.\" $OpenBSD: login_krb5-or-pwd.8,v 1.4 2001/07/08 01:09:50 millert Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller .\" 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_KERBEROS 8 .Os .Sh NAME .Nm login_krb5-or-pwd .Nd provide KerberosV or password authentication type .Sh SYNOPSIS .Nm .Op Fl s Ar service .Op Fl v Ar ignored .Ar user .Op Ar class .Sh DESCRIPTION The .Nm program first attempts to authenticate the user via KerberosV and, failng that, falls back to standard password authentication. .Pp If KerberosV is not configured on the system, .Nm is equivalent to calling .Xr login_passwd 8 . When root tries to login, .Nm skips KerberosV authentication, as this may give problems in case of a network failure. .Pp The .Ar user argument is the user's name to be authenticated. .Pp The .Ar service argument specifies which protocol to use with the invoking program. The allowed protocols are .Em login , .Em challenge , and .Em response . (The .Em challenge protocol is silently ignored but will report success as KerberosV authentication is not challenge-response based). .Pp The .Ar ignored argument is ignored for compatibilty with other login scripts. .Pp .Nm will prompt the user for a password and report back to the invoking program whether or not the authentication was successful. .Pp .Nm also supports KerberosIV ticket retrieval if krb4_get_tickets in the [libdefaults] section of the .Pa /etc/kerberosIV/krb5.conf is set to yes. .Sh SEE ALSO .Xr login 1 , .Xr passwd 1 , .Xr su 1 , .Xr login.conf 5 , .Xr ftpd 8 , .Xr login_krb4-or-pwd 8 , .Xr kerberos 1