summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-27 20:29:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-27 20:29:39 +0000
commit026aeeb099fb1518662ec05ca51737db5d9980ad (patch)
treedb48d19623db76929d2d9c955735844211947fc4 /usr.bin
parent4e5c92f331c508597324d1d6fcfe7aab7b3af3e1 (diff)
We uyse 'krb4', not 'kerberos' for the authentication type. Also
provide an example for -a usage. Closes PR 2423.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/su/su.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1
index b6760bcb4a9..33a987c0e34 100644
--- a/usr.bin/su/su.1
+++ b/usr.bin/su/su.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: su.1,v 1.14 2002/02/17 23:59:20 millert Exp $
+.\" $OpenBSD: su.1,v 1.15 2002/03/27 20:29:38 millert Exp $
.\"
.\" Copyright (c) 1988, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -112,7 +112,7 @@ Specify an authentication type such as
.Dq skey ,
.Dq securid ,
or
-.Dq kerberos .
+.Dq krb4 .
.It Fl c
Specify a login class.
You may only override the default class if you're already root.
@@ -222,6 +222,9 @@ single word.
.It Li "su -l foo"
Pretend a login for user
.Li foo .
+.Pp
+.It Li "su -a skey -l foo"
+Same as above, but use S/Key for authentication.
.El
.Sh ENVIRONMENT
.Bl -tag -width LOGNAME