From ed93ab111bc8bc9078500826dc4f35af5e980eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 23 Jan 2003 14:30:31 +0000 Subject: [PATCH] quote @ where missing git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11604 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/misc.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/misc.texi b/doc/misc.texi index 43f673e86..34436ee87 100644 --- a/doc/misc.texi +++ b/doc/misc.texi @@ -66,7 +66,7 @@ terminal server. or you can extract it with kadmin @example -kadmin> ext -k AFSKEYFILE:/usr/afs/etc/KeyFile afs@My.CELL.NAME +kadmin> ext -k AFSKEYFILE:/usr/afs/etc/KeyFile afs@@My.CELL.NAME @end example You have to make sure you have a @code{des-cbc-md5} enctype since that @@ -115,6 +115,6 @@ them to the string list option @code{[kdc]use_2b} in the kdc's @example [kdc] - use_2b = afs@SU.SE - use_2b = afs/it.su.se@SU.SE + use_2b = afs@@SU.SE + use_2b = afs/it.su.se@@SU.SE @end example