From owner-freebsd-doc@FreeBSD.ORG Thu Feb 26 08:00:40 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C26816A4CF for ; Thu, 26 Feb 2004 08:00:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA6F43D39 for ; Thu, 26 Feb 2004 08:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1QG0ebv047422 for ; Thu, 26 Feb 2004 08:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1QG0eGA047421; Thu, 26 Feb 2004 08:00:40 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 26 Feb 2004 08:00:40 -0800 (PST) Resent-Message-Id: <200402261600.i1QG0eGA047421@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B0B16A4CE for ; Thu, 26 Feb 2004 07:58:20 -0800 (PST) Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939FB43D1F for ; Thu, 26 Feb 2004 07:58:19 -0800 (PST) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (localhost.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.10/8.12.10) with ESMTP id i1QFwGGJ063542 for ; Thu, 26 Feb 2004 10:58:18 -0500 (EST) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.10/8.12.10/Submit) id i1QFwGMU063541; Thu, 26 Feb 2004 10:58:16 -0500 (EST) (envelope-from apeiron) Message-Id: <200402261558.i1QFwGMU063541@prophecy.dyndns.org> Date: Thu, 26 Feb 2004 10:58:16 -0500 (EST) From: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/63396: Fix some minor grammar errors in gssapi.3. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 16:00:40 -0000 >Number: 63396 >Category: docs >Synopsis: Fix some minor grammar errors in gssapi.3. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 26 08:00:39 PST 2004 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.2-RELEASE i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Feb 25 19:25:32 EST 2004 root@prophecy.dyndns.org:/usr/src/sys/i386/compile/PROPHECY i386 This also exists in 5.2.1, as I just cvsup'd and copied the gssapi.3 file from my src/ tree for which to do my diff'ing. >Description: Fix some minor (but nonetheless annoying) grammar errors in gssapi.3. >How-To-Repeat: man gssapi >Fix: There's another part of gssapi.3 about which I'm concerned: If a match for an entry is in both .Nm [gssapi] .Ar correct_des3_mic and .Nm [gssapi] .Ar correct_des3_mic , the later will override. I presume that the former should be broken_des3_mic, but since I haven't used gssapi, I'm not sure. Here's a patch for the parts which are solely grammatical. --- /usr/src/crypto/heimdal/lib/gssapi/gssapi.3 Thu Oct 9 15:36:20 2003 +++ ./gssapi.3 Thu Feb 26 10:52:18 2004 @@ -106,17 +106,17 @@ .Fn gss_get_mic / .Fn gss_verify_mic . -Its possible to modify the behavior of the generator of the MIC with +It's possible to modify the behavior of the generator of the MIC with the .Pa krb5.conf configuration file so that old clients/servers will still work. .Pp New clients/servers will try both the old and new MIC in Heimdal 0.6. -In 0.7 it will check only if configured and the compatibility code -will be removed in 0.8. +In 0.7 it will check only if configured (the compatibility code +will be removed in 0.8). .Pp -Heimdal 0.6 still generates by default the broken GSS-API DES3 mic, +Heimdal 0.6 still generates by default the broken GSS-API DES3 mic; this will change in 0.7 to generate correct des3 mic. .Pp To turn on compatibility with older clients and servers, change the @@ -130,7 +130,7 @@ .Nm [gssapi] .Ar correct_des3_mic . .Pp -If a match for a entry is in both +If a match for an entry is in both .Nm [gssapi] .Ar correct_des3_mic and @@ -150,7 +150,7 @@ .Sh BUGS All of 0.5.x versions of .Nm heimdal -had broken token delegations in the client side, the server side was +had broken token delegations in the client side; the server side was correct. .Sh SEE ALSO .Xr krb5 3 , >Release-Note: >Audit-Trail: >Unformatted: