diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2005-04-28 06:41:02 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2005-04-28 06:41:02 +0000 |
commit | cd02c7190ffd9d3e4576a9230b09e9b805f97aa4 (patch) | |
tree | 02e01bdbfda1cd0cd668d92a3c1df4ba8757eda4 /libexec | |
parent | cd8966e5876dadf35d23d6ad4a58a823386aa2aa (diff) |
Fix title, document -v correctly and add Xr:s to kerberos(8)
and login_passwd(8).
ok jmc@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 index 2f844302682..8a6678a83a2 100644 --- a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 +++ b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_krb5-or-pwd.8,v 1.13 2003/07/25 09:33:44 jmc Exp $ +.\" $OpenBSD: login_krb5-or-pwd.8,v 1.14 2005/04/28 06:41:01 biorn Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd December 11, 2000 -.Dt LOGIN_KERBEROS 8 +.Dt LOGIN_KRB5-OR-PWD 8 .Os .Sh NAME .Nm login_krb5-or-pwd @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm login_krb5-or-pwd .Op Fl s Ar service -.Op Fl v Ar ignored +.Op Fl v Ar arguments .Ar user .Op Ar class .Sh DESCRIPTION @@ -59,9 +59,13 @@ and protocol is silently ignored but will report success as KerberosV authentication is not challenge-response based). .Pp -The -.Ar ignored -argument is ignored for compatibility with other login scripts. +The arguments following +.Fl v +are the same as for +.Xr login_krb5 8 +and +.Xr login_passwd 8 . +Unknown arguments are ignored. .Pp .Nm will prompt the user for a password and report back to the @@ -73,4 +77,6 @@ successful. .Xr su 1 , .Xr login.conf 5 , .Xr ftpd 8 , -.Xr login_krb5 8 +.Xr kerberos 8 , +.Xr login_krb5 8 , +.Xr login_passwd 8 |