summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-05-15 08:10:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:44 -0500
commit51b0f62b8f0d6350b7706c5b7fd52f856c2756de (patch)
tree328acd418356d7c2d266a38219e89cc0c37179c8 /source4
parentae0cf9c240b7026fdcd94bbcfaeefdf66fc1bfbc (diff)
downloadsamba-51b0f62b8f0d6350b7706c5b7fd52f856c2756de.tar.gz
samba-51b0f62b8f0d6350b7706c5b7fd52f856c2756de.tar.bz2
samba-51b0f62b8f0d6350b7706c5b7fd52f856c2756de.zip
r6794: spellfix
(This used to be commit f5956d150154cb4393dc323ae8ae1f936adee355)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt6
1 files changed, 3 insertions, 3 deletions
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.