summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt
index eec1cac3aa..cfbf904bb3 100644
--- a/source4/auth/kerberos/kerberos-notes.txt
+++ b/source4/auth/kerberos/kerberos-notes.txt
@@ -233,11 +233,16 @@ the kerberos libraries
has always asked for. gsskrb5_get_subkey() might do what we need
anyway)
- - gsskrb5_get_authz_data()
-
- gsskrb5_acquire_creds() (takes keytab and/or ccache as input
parameters, see keytab and state machine discussion)
+ - gsskrb5_extract_authtime_from_sec_context (get authtime from
+ kerberos ticket)
+ - gsskrb5_extract_authz_data_from_sec_context (get authdata from
+ ticket, ie the PAC)
+ - gsskrb5_wrap_size (find out how big the wrapped packet will be,
+ given input length).
+
Keytab requirements
-------------------