Skip Menu |

This queue is for tickets about the Krb5 CPAN distribution.

Report information
The Basics
Id: 58960
Status: resolved
Priority: 0/
Queue: Krb5

People
Owner: Nobody in particular
Requestors: ktdreyer@ktdreyer.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.9
Fixed in: (no value)



Subject: spelling error in docs
"initial" is misspelled on line 202 of Krb5.pm. Patch attached.
Subject: krb5-spelling.patch
--- Krb5.pm.orig 2010-06-29 16:37:35.000000000 -0600 +++ Krb5.pm 2010-06-29 16:37:47.000000000 -0600 @@ -199,7 +199,7 @@ =item get_init_creds_keytab(client, keytab[, service]) -Attempt to get an inintial ticket for the client using a keytab. 'client' +Attempt to get an initial ticket for the client using a keytab. 'client' is a principal object for which you want an initial ticket. 'keytab' is a keytab object created with kt_resolve. 'service', if given, is the string representation (not a principal object) for the ticket to acquire. If not