From c3503cff5b935c3b7ef90173330d0f76a236a70d Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 21 Feb 2002 12:56:27 +0000 Subject: [PATCH] change confusing wording git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10854 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_425_conv_principal.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/krb5/krb5_425_conv_principal.3 b/lib/krb5/krb5_425_conv_principal.3 index e24049ea5..33201f5e8 100644 --- a/lib/krb5/krb5_425_conv_principal.3 +++ b/lib/krb5/krb5_425_conv_principal.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1997 Kungliga Tekniska Högskolan +.\" Copyright (c) 1997-2002 Kungliga Tekniska Högskolan .\" $Id$ .Dd April 11, 1999 .Dt KRB5_425_CONV_PRINCIPAL 3 @@ -26,8 +26,8 @@ realm. In some cases also the first component/name will differ between version 4 and version 5. Furthermore the second component of a host principal will be the fully qualified domain name of the host in question, while the instance of a version 4 principal will only -contain the first component. Because of these problems the conversion -between principals will have to be site customized. +contain the first part (short hostname). Because of these problems +the conversion between principals will have to be site customized. .Pp .Fn krb5_425_conv_principal_ext will try to convert a version 4 principal, given by @@ -85,8 +85,10 @@ v4_name_convert = { host = { ftp = ftp hprop = hprop + imap = imap pop = pop rcmd = host + smtp = smtp } } .Ed