Author: abartlet Date: 2005-09-12 00:29:37 +0000 (Mon, 12 Sep 2005) New Revision: 10155
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10155 Log: Add more notes on required gsskrb5 functions. Andrew Bartlett Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt Changeset: Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt =================================================================== --- branches/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt 2005-09-11 20:53:21 UTC (rev 10154) +++ branches/SAMBA_4_0/source/auth/kerberos/kerberos-notes.txt 2005-09-12 00:29:37 UTC (rev 10155) @@ -233,11 +233,16 @@ 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 -------------------
