summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-11-28 07:59:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:49 -0500
commit3a3c53327a44cb875becc070c79f0e14be19f56c (patch)
treee6baf59c698d43a4fc3954bba42d5511a50dbdf0 /source4/auth
parent68049cfac3bed210aaf5195e7ff749709e4cd1f3 (diff)
downloadsamba-3a3c53327a44cb875becc070c79f0e14be19f56c.tar.gz
samba-3a3c53327a44cb875becc070c79f0e14be19f56c.tar.bz2
samba-3a3c53327a44cb875becc070c79f0e14be19f56c.zip
r11940: Love has clarified why this code does what it does.
Andrew Bartlett (This used to be commit 9b3dedbc0bb12897a8f9bd4ec864de26b3835981)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt
index 25524ebba7..58a4159a7e 100644
--- a/source4/auth/kerberos/kerberos-notes.txt
+++ b/source4/auth/kerberos/kerberos-notes.txt
@@ -179,14 +179,6 @@ Other odd things:
allow multiple passwords per account in krb5. (I think this was
intened to allow multiple salts)
- - When sending the enc-type negotiation, we call get_pa_etype_info if
- there are only 'old' enc types present, but always call
- get_pa_etype_info2. It would seem more logical to have an
- either/or, or only send both to clients that show signs of knowing
- about the old enc types.
- - Perhaps this is to cope with clients that expect the older info in
- the first position? (Comments needed)
-
State Machine safety
--------------------