From 30be42073a636da389789ee20e1e25b8b4079e0a Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 15 May 2013 18:21:52 +0200 Subject: source4/auth/kerberos/kerberos-notes.txt: Fix typo. Signed-off-by: Karolin Seeger Reviewed-by: Jeremy Allison --- source4/auth/kerberos/kerberos-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt index f15f3f99a3..d7c65c6052 100644 --- a/source4/auth/kerberos/kerberos-notes.txt +++ b/source4/auth/kerberos/kerberos-notes.txt @@ -159,7 +159,7 @@ some GSSAPI tokens' checksums. During initial work to implement an AD client, it was easier to make an acceptable solution (to Windows servers) than to correctly implement the GSSAPI specification, particularly on top of the (inflexible) MIT Kerberos API. It did not seem possible to write a correct, -seperate GSSAPI implementation on top of MIT Kerberos's public krb5lib API, +separate GSSAPI implementation on top of MIT Kerberos's public krb5lib API, and at the time, the effort did not need to extend beyond what Windows would require. -- cgit