1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r10155: Add more notes on required gsskrb5 functions.

Andrew Bartlett
(This used to be commit cdfcc09343)
This commit is contained in:
Andrew Bartlett 2005-09-12 00:29:37 +00:00 committed by Gerald (Jerry) Carter
parent 5edbeca141
commit c42e76f986

View File

@ -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
-------------------