Document krb5_get_init_creds_opt_set_addressless.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17987 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
.Nm krb5_get_init_creds_opt_free ,
|
.Nm krb5_get_init_creds_opt_free ,
|
||||||
.Nm krb5_get_init_creds_opt_init ,
|
.Nm krb5_get_init_creds_opt_init ,
|
||||||
.Nm krb5_get_init_creds_opt_set_address_list ,
|
.Nm krb5_get_init_creds_opt_set_address_list ,
|
||||||
|
.Nm krb5_get_init_creds_opt_set_addressless ,
|
||||||
.Nm krb5_get_init_creds_opt_set_anonymous ,
|
.Nm krb5_get_init_creds_opt_set_anonymous ,
|
||||||
.Nm krb5_get_init_creds_opt_set_default_flags ,
|
.Nm krb5_get_init_creds_opt_set_default_flags ,
|
||||||
.Nm krb5_get_init_creds_opt_set_etype_list ,
|
.Nm krb5_get_init_creds_opt_set_etype_list ,
|
||||||
@@ -83,6 +84,11 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fa "krb5_addresses *addresses"
|
.Fa "krb5_addresses *addresses"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft void
|
.Ft void
|
||||||
|
.Fo krb5_get_init_creds_opt_set_addressless
|
||||||
|
.Fa "krb5_get_init_creds_opt *opt"
|
||||||
|
.Fa "krb5_boolean addressless"
|
||||||
|
.Fc
|
||||||
|
.Ft void
|
||||||
.Fo krb5_get_init_creds_opt_set_anonymous
|
.Fo krb5_get_init_creds_opt_set_anonymous
|
||||||
.Fa "krb5_get_init_creds_opt *opt"
|
.Fa "krb5_get_init_creds_opt *opt"
|
||||||
.Fa "int anonymous"
|
.Fa "int anonymous"
|
||||||
@@ -309,6 +315,11 @@ sets the list of
|
|||||||
.Fa addresses
|
.Fa addresses
|
||||||
that is should be stored in the ticket.
|
that is should be stored in the ticket.
|
||||||
.Pp
|
.Pp
|
||||||
|
.Fn krb5_get_init_creds_opt_set_addressless
|
||||||
|
controls if the ticket is requested with addresses or not,
|
||||||
|
.Fn krb5_get_init_creds_opt_set_address_list
|
||||||
|
overrides this option.
|
||||||
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_anonymous
|
.Fn krb5_get_init_creds_opt_set_anonymous
|
||||||
make the request anonymous if the
|
make the request anonymous if the
|
||||||
.Fa anonymous
|
.Fa anonymous
|
||||||
|
Reference in New Issue
Block a user