Restructure Makefiles to accomodate multiple archs
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / krb5 / krb5_appdefault.cat3
1
2 KRB5_APPDEFAULT(3)         UNIX Programmer's Manual         KRB5_APPDEFAULT(3)
3
4 N\bNA\bAM\bME\bE
5      k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_b\bbo\boo\bol\ble\bea\ban\bn, k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_s\bst\btr\bri\bin\bng\bg, k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_t\bti\bim\bme\be -
6      get application configuration value
7
8 L\bLI\bIB\bBR\bRA\bAR\bRY\bY
9      Kerberos 5 Library (libkrb5, -lkrb5)
10
11 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
12      _\bv_\bo_\bi_\bd
13      k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_b\bbo\boo\bol\ble\bea\ban\bn(_\bk_\br_\bb_\b5_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt _\bc_\bo_\bn_\bt_\be_\bx_\bt, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\ba_\bp_\bp_\bn_\ba_\bm_\be,
14              _\bk_\br_\bb_\b5_\b__\br_\be_\ba_\bl_\bm _\br_\be_\ba_\bl_\bm, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\bo_\bp_\bt_\bi_\bo_\bn, _\bk_\br_\bb_\b5_\b__\bb_\bo_\bo_\bl_\be_\ba_\bn _\bd_\be_\bf_\b__\bv_\ba_\bl,
15              _\bk_\br_\bb_\b5_\b__\bb_\bo_\bo_\bl_\be_\ba_\bn _\b*_\br_\be_\bt_\b__\bv_\ba_\bl)
16
17      _\bv_\bo_\bi_\bd
18      k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_s\bst\btr\bri\bin\bng\bg(_\bk_\br_\bb_\b5_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt _\bc_\bo_\bn_\bt_\be_\bx_\bt, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\ba_\bp_\bp_\bn_\ba_\bm_\be,
19              _\bk_\br_\bb_\b5_\b__\br_\be_\ba_\bl_\bm _\br_\be_\ba_\bl_\bm, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\bo_\bp_\bt_\bi_\bo_\bn, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\bd_\be_\bf_\b__\bv_\ba_\bl,
20              _\bc_\bh_\ba_\br _\b*_\b*_\br_\be_\bt_\b__\bv_\ba_\bl)
21
22      _\bv_\bo_\bi_\bd
23      k\bkr\brb\bb5\b5_\b_a\bap\bpp\bpd\bde\bef\bfa\bau\bul\blt\bt_\b_t\bti\bim\bme\be(_\bk_\br_\bb_\b5_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt _\bc_\bo_\bn_\bt_\be_\bx_\bt, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\ba_\bp_\bp_\bn_\ba_\bm_\be,
24              _\bk_\br_\bb_\b5_\b__\br_\be_\ba_\bl_\bm _\br_\be_\ba_\bl_\bm, _\bc_\bo_\bn_\bs_\bt _\bc_\bh_\ba_\br _\b*_\bo_\bp_\bt_\bi_\bo_\bn, _\bt_\bi_\bm_\be_\b__\bt _\bd_\be_\bf_\b__\bv_\ba_\bl,
25              _\bt_\bi_\bm_\be_\b__\bt _\b*_\br_\be_\bt_\b__\bv_\ba_\bl)
26
27 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
28      These functions get application defaults from the appdefaults section of
29      the krb5.conf(5) configuration file. These defaults can be specified per
30      application, and/or per realm.
31
32      These values will be looked for in krb5.conf(5),  in order of descending
33      importance.
34
35            [appdefaults]
36                    appname = {
37                            realm = {
38                                    option = value
39                            }
40                    }
41                    appname = {
42                            option = value
43                    }
44                    realm = {
45                            option = value
46                    }
47                    option = value
48      _\ba_\bp_\bp_\bn_\ba_\bm_\be is the name of the application, and _\br_\be_\ba_\bl_\bm is the realm name. If
49      the realm is omitted it will not be used for resolving values.  _\bd_\be_\bf_\b__\bv_\ba_\bl
50      is the value to return if no value is found in krb5.conf(5).
51
52 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
53      krb5_config(3),  krb5.conf(5)
54
55  HEIMDAL                         July 25, 2000                               1