diff --git a/appl/afsutil/afslog.1 b/appl/afsutil/afslog.1 index 891b29a61..779d9cd50 100644 --- a/appl/afsutil/afslog.1 +++ b/appl/afsutil/afslog.1 @@ -40,7 +40,6 @@ .Sh SYNOPSIS .Nm .Op Fl h | Fl Fl help -.Op Fl Fl no-v4 .Op Fl Fl no-v5 .Op Fl u | Fl Fl unlog .Op Fl v | Fl Fl verbose @@ -76,10 +75,6 @@ decides upon. .Pp Supported options: .Bl -tag -width Ds -.It Fl Fl no-v4 -This makes -.Nm -not try using Kerberos 4. .It Fl Fl no-v5 This makes .Nm diff --git a/appl/login/login.1 b/appl/login/login.1 index b01e7872a..91d262cc9 100644 --- a/appl/login/login.1 +++ b/appl/login/login.1 @@ -39,8 +39,7 @@ proper authentication). With .Fl f the user will be logged in without further questions. .Pp -For password authentication Kerberos 5, Kerberos 4 (if compiled in), -OTP (if compiled in) and local +For password authentication Kerberos 5, OTP (if compiled in) and local .No ( Pa /etc/passwd ) passwords are supported. OTP will be used if the the user is registered to use it, and @@ -136,9 +135,6 @@ set to whatever is passed to .It Dv KRB5CCNAME if the password is verified via Kerberos 5, this will point to the credentials cache file -.It Dv KRBTKFILE -if the password is verified via Kerberos 4, this will point to the -ticket file .El .Sh FILES .Bl -tag -compact -width Ds diff --git a/kuser/kinit.1 b/kuser/kinit.1 index c31c349bd..cf9b5c89a 100644 --- a/kuser/kinit.1 +++ b/kuser/kinit.1 @@ -211,8 +211,6 @@ The file name of .Pa krb5.conf , the default being .Pa /etc/krb5.conf . -.It Ev KRBTKFILE -Specifies the Kerberos 4 ticket file to store version 4 tickets in. .El .\".Sh FILES .\".Sh EXAMPLES