krb5_get_cred_from_kdc and krb5_get_cred_from_kdc_opt deprecated
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
.Sh NAME
|
||||
.Nm krb5_get_credentials ,
|
||||
.Nm krb5_get_credentials_with_flags ,
|
||||
.Nm krb5_get_cred_from_kdc ,
|
||||
.Nm krb5_get_cred_from_kdc_opt ,
|
||||
.Nm krb5_get_kdc_cred ,
|
||||
.Nm krb5_get_renewed_creds
|
||||
.Nd get credentials from the KDC using krbtgt
|
||||
@@ -64,23 +62,6 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Fa "krb5_creds **out_creds"
|
||||
.Fc
|
||||
.Ft krb5_error_code
|
||||
.Fo krb5_get_cred_from_kdc
|
||||
.Fa "krb5_context context"
|
||||
.Fa "krb5_ccache ccache"
|
||||
.Fa "krb5_creds *in_creds"
|
||||
.Fa "krb5_creds **out_creds"
|
||||
.Fa "krb5_creds ***ret_tgts"
|
||||
.Fc
|
||||
.Ft krb5_error_code
|
||||
.Fo krb5_get_cred_from_kdc_opt
|
||||
.Fa "krb5_context context"
|
||||
.Fa "krb5_ccache ccache"
|
||||
.Fa "krb5_creds *in_creds"
|
||||
.Fa "krb5_creds **out_creds"
|
||||
.Fa "krb5_creds ***ret_tgts"
|
||||
.Fa "krb5_flags flags"
|
||||
.Fc
|
||||
.Ft krb5_error_code
|
||||
.Fo krb5_get_kdc_cred
|
||||
.Fa "krb5_context context"
|
||||
.Fa "krb5_ccache id"
|
||||
@@ -147,15 +128,6 @@ except that the
|
||||
.Fa flags
|
||||
field is missing.
|
||||
.Pp
|
||||
.Fn krb5_get_cred_from_kdc
|
||||
and
|
||||
.Fn krb5_get_cred_from_kdc_opt
|
||||
fetches the credential from the KDC very much like
|
||||
.Fn krb5_get_credentials ,
|
||||
but doesn't look in the
|
||||
.Fa ccache
|
||||
if the credential exists there first.
|
||||
.Pp
|
||||
.Fn krb5_get_kdc_cred
|
||||
does the same as the functions above, but the caller must fill in all
|
||||
the information andits closer to the wire protocol.
|
||||
|
Reference in New Issue
Block a user