summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-12 07:13:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:50:55 -0500
commitadab8d3968ce2bf18eab6b89375050ebf6630f08 (patch)
tree088f31dda14e99f490ee454bcb8d65d5cf621b4d /source4/auth/kerberos
parent3f8ee534bafa149c00f050abea8ae111fea61287 (diff)
downloadsamba-adab8d3968ce2bf18eab6b89375050ebf6630f08.tar.gz
samba-adab8d3968ce2bf18eab6b89375050ebf6630f08.tar.bz2
samba-adab8d3968ce2bf18eab6b89375050ebf6630f08.zip
r12863: As lha suggested to me a while back, it appears that the
gsskrb5_get_initiator_subkey() routine is bougs. We can indeed use gss_krb5_get_subkey(). This is fortunate, as there was a segfault bug in 'initiator' version. Andrew Bartlett (This used to be commit ec11870ca1f9231dd3eeae792fc3268b31477e11)
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt
index 43881a20d3..26cfa4dfba 100644
--- a/source4/auth/kerberos/kerberos-notes.txt
+++ b/source4/auth/kerberos/kerberos-notes.txt
@@ -247,10 +247,6 @@ the kerberos libraries
- DCE_STYLE
- - gsskrb5_get_initiator_subkey() (return the exact key that Samba3
- has always asked for. gsskrb5_get_subkey() might do what we need
- anyway)
-
- gsskrb5_acquire_creds() (takes keytab and/or ccache as input
parameters, see keytab and state machine discussion)