|
NAMEkrb5_appdefault_boolean ,
krb5_appdefault_string ,
krb5_appdefault_time —
get application configuration value
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
void
void
void
DESCRIPTIONThese functions get application defaults from theappdefaults section of the
krb5.conf(5)
configuration file. These defaults can be specified per application, and/or
per realm.
These values will be looked for in krb5.conf(5), in order of descending importance. [appdefaults] appname = { realm = { option = value } } appname = { option = value } realm = { option = value } option = value SEE ALSOkrb5_config(3), krb5.conf(5)
Visit the GSP FreeBSD Man Page Interface. |