document new options.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20266 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-18 10:41:10 +00:00
parent 45ebb9c7f2
commit ba05993ea4

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2003 - 2006 Kungliga Tekniska H<>gskolan .\" Copyright (c) 2003 - 2007 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden). .\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@@ -54,6 +54,8 @@
.Nm krb5_get_init_creds_opt_set_renew_life , .Nm krb5_get_init_creds_opt_set_renew_life ,
.Nm krb5_get_init_creds_opt_set_salt , .Nm krb5_get_init_creds_opt_set_salt ,
.Nm krb5_get_init_creds_opt_set_tkt_life , .Nm krb5_get_init_creds_opt_set_tkt_life ,
.Nm krb5_get_init_creds_opt_set_canonicalize ,
.Nm krb5_get_init_creds_opt_set_win2k ,
.Nm krb5_get_init_creds_password , .Nm krb5_get_init_creds_password ,
.Nm krb5_prompt , .Nm krb5_prompt ,
.Nm krb5_prompter_posix .Nm krb5_prompter_posix
@@ -162,6 +164,18 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_deltat tkt_life" .Fa "krb5_deltat tkt_life"
.Fc .Fc
.Ft krb5_error_code .Ft krb5_error_code
.Fo krb5_get_init_creds_opt_set_canonicalize
.Fa "krb5_context context"
.Fa "krb5_get_init_creds_opt *opt"
.Fa "krb5_boolean req"
.Fc
.Ft krb5_error_code
.Fo krb5_get_init_creds_opt_set_win2k
.Fa "krb5_context context"
.Fa "krb5_get_init_creds_opt *opt"
.Fa "krb5_boolean req"
.Fc
.Ft krb5_error_code
.Fo krb5_get_init_creds .Fo krb5_get_init_creds
.Fa "krb5_context context" .Fa "krb5_context context"
.Fa "krb5_creds *creds" .Fa "krb5_creds *creds"
@@ -370,6 +384,12 @@ sets the salt that is going to be used in the request.
.Pp .Pp
.Fn krb5_get_init_creds_opt_set_tkt_life .Fn krb5_get_init_creds_opt_set_tkt_life
sets requested ticket lifetime. sets requested ticket lifetime.
.Pp
.Fn krb5_get_init_creds_opt_set_canonicalize
requests that the KDC canonicalize the client pricipal if possible.
.Pp
.Fn krb5_get_init_creds_opt_set_win2k
turns on compatibility with Windows 2000.
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5 3 , .Xr krb5 3 ,
.Xr krb5_creds 3 , .Xr krb5_creds 3 ,