diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-09-12 00:29:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:04 -0500 |
commit | c42e76f986c66ca915530df7637783f5b5ada73a (patch) | |
tree | fb5fdcfee36bb1e107325044f6130765648a3fb3 | |
parent | 5edbeca14108a9b2c3badafce0b0b3447a8280f6 (diff) | |
download | samba-c42e76f986c66ca915530df7637783f5b5ada73a.tar.gz samba-c42e76f986c66ca915530df7637783f5b5ada73a.tar.bz2 samba-c42e76f986c66ca915530df7637783f5b5ada73a.zip |
r10155: Add more notes on required gsskrb5 functions.
Andrew Bartlett
(This used to be commit cdfcc093430c0a4ae2937dcbf29b8874e724ff29)
-rw-r--r-- | source4/auth/kerberos/kerberos-notes.txt | 9 |
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 ------------------- |