aboutsummaryrefslogtreecommitdiff
path: root/crypto/krb5/doc/html/_sources/appdev/refs/api/krb5_appdefault_string.rst.txt
blob: 1909f1b3f8b35a471454d68b22ce3fba73dee53e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
krb5_appdefault_string -  Retrieve a string value from the appdefaults section of krb5.conf. 
=============================================================================================

..

.. c:function:: void krb5_appdefault_string(krb5_context context, const char * appname, const krb5_data * realm, const char * option, const char * default_value, char ** ret_value)

..


:param:

	          **[in]** **context** - Library context

	          **[in]** **appname** - Application name

	          **[in]** **realm** - Realm name

	          **[in]** **option** - Option to be checked

	          **[in]** **default_value** - Default value to return if no match is found

	          **[out]** **ret_value** - String value of *option*


..



..







This function gets the application defaults for *option* based on the given *appname* and/or *realm* .










..

.. seealso::
         krb5_appdefault_boolean()