o correct example output

o fix tyop
bump
This commit is contained in:
todd 2009-06-18 16:18:12 +00:00
parent 38b1b92665
commit dd8c05a6a9
3 changed files with 7 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2009/03/28 16:11:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2009/06/18 16:18:12 todd Exp $
ONLY_FOR_ARCHS= i386
@ -6,7 +6,7 @@ COMMENT= OpenAFS distributed filesystem
VERSION= 1.4.7
DISTNAME= openafs-${VERSION}
PKGNAME= ${DISTNAME}p7
PKGNAME= ${DISTNAME}p8
CATEGORIES= net

View File

@ -114,11 +114,6 @@ Initialize the Kerberos realm:
kadmin> init EXAMPLE.COM
Max ticket life [1 day]:unlimited
Max renewable life [1 week]:unlimited
Principal expiration time [never]:
Password expiration time [never]:
Attributes []:
todd@EXAMPLE.COM's Password:
Verifying - todd@EXAMPLE.COM's Password:
kadmin> add todd/admin
Max ticket life [1 day]:
Max renewable life [1 week]:
@ -145,11 +140,11 @@ On the server run:
Verify authentication works:
kinit todd
todd@EXAMPLE.COM's Password:
kinit todd/admin
todd/admin@EXAMPLE.COM's Password:
klist
Credentials cache: FILE:/tmp/krb5cc_1000
Principal: todd@EXAMPLE.COM
Principal: todd/admin@EXAMPLE.COM
Issued Expires Principal
Jul 20 22:10:41 Aug 30 22:10:41 krbtgt/EXAMPLE.COM@EXAMPLE.COM

View File

@ -298,7 +298,7 @@ __EOT
Just a sample user to create a basic homedir and account on afs with.
__EOT
ask_until "KerberosV princiapl for example user?" "$defuser"
ask_until "KerberosV principal for example user?" "$defuser"
u=${resp}
cat <<__EOT
@ -307,7 +307,7 @@ attributes. It will be used to administer afs in a similar way that \`root'
can administrate OpenBSD. Tread lightly when using this principal.
__EOT
fi
ask_until "KerberosV princiapl for afs administration?" \
ask_until "KerberosV principal for afs administration?" \
"$defuser/afs"
A=${resp}
slist="" i=0