From c42e76f986c66ca915530df7637783f5b5ada73a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 Sep 2005 00:29:37 +0000 Subject: r10155: Add more notes on required gsskrb5 functions. Andrew Bartlett (This used to be commit cdfcc093430c0a4ae2937dcbf29b8874e724ff29) --- source4/auth/kerberos/kerberos-notes.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'source4/auth') 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 ------------------- -- cgit