From 51b0f62b8f0d6350b7706c5b7fd52f856c2756de Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 15 May 2005 08:10:48 +0000 Subject: r6794: spellfix (This used to be commit f5956d150154cb4393dc323ae8ae1f936adee355) --- source4/auth/kerberos/kerberos-notes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt index 716f4138f3..a99fedb8f1 100644 --- a/source4/auth/kerberos/kerberos-notes.txt +++ b/source4/auth/kerberos/kerberos-notes.txt @@ -34,7 +34,7 @@ Samba 3.0 for eDirectory. Hmm... GSSAPI layer requirements ------------------------- -Welcome to the wonderful world of canonocalisation +Welcome to the wonderful world of canonicalisation The Heimdal GSSAPI libs do not support kinit returning a different relam to what the client asked for, even just in case differences. @@ -46,12 +46,12 @@ Principal Names, long and short names ------------------------------------- As far as servicePrincipalNames are concerned, these are not -canonacolised, except as regards the realm in the reply. That is, the +canonicalised, except as regards the realm in the reply. That is, the client gets back the principal it asked for, with the realm portion 'fixed' to uppercase, long form. The short name of the realm seems to be accepted for at least AS_REQ -operations, but because the server performs canocalisation, this +operations, but because the server performs canonicalisation, this causes pain for current client libraries. -- cgit