document appdefault_time
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9456 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm krb5_appdefault_boolean ,
|
.Nm krb5_appdefault_boolean ,
|
||||||
.Nm krb5_appdefault_string
|
.Nm krb5_appdefault_string ,
|
||||||
|
.Nm krb5_appdefault_time
|
||||||
.Nd Get application configuration value
|
.Nd Get application configuration value
|
||||||
|
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
@@ -15,6 +16,8 @@
|
|||||||
.Fn krb5_appdefault_boolean "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "krb5_boolean def_val" "krb5_boolean *ret_val"
|
.Fn krb5_appdefault_boolean "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "krb5_boolean def_val" "krb5_boolean *ret_val"
|
||||||
.Ft void
|
.Ft void
|
||||||
.Fn krb5_appdefault_string "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "const char *def_val" "char **ret_val"
|
.Fn krb5_appdefault_string "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "const char *def_val" "char **ret_val"
|
||||||
|
.Ft void
|
||||||
|
.Fn krb5_appdefault_time "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "time_t def_val" "time_t *ret_val"
|
||||||
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
|
||||||
@@ -43,14 +46,10 @@ in order of descending importance.
|
|||||||
option = value
|
option = value
|
||||||
.Ed
|
.Ed
|
||||||
|
|
||||||
.Fa appname
|
If the realm is omitted it will not be used for resolving values. If
|
||||||
is the name of the application, and
|
no value can be found,
|
||||||
.Fa realm
|
|
||||||
is the realm name. If the realm is omitted it will not be used for
|
|
||||||
resolving values.
|
|
||||||
.Fa def_val
|
.Fa def_val
|
||||||
is the value to return if no value is found in
|
is returned instead.
|
||||||
.Xr krb5.conf 5 .
|
|
||||||
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5_config 3 ,
|
.Xr krb5_config 3 ,
|
||||||
|
Reference in New Issue
Block a user