From ea062e4bb26f5d823d0a2197e7b2753edbda81fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 2 Jun 2014 00:32:27 +0200 Subject: [PATCH] Remove references to KRBTKFILE from login.1 and kinit.1. --- appl/login/login.1 | 6 +----- kuser/kinit.1 | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) 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 -- 2.11.4.GIT