summaryrefslogtreecommitdiffstats
path: root/src/mac/KerberosProfileLib ReadMe
blob: 96fea1158d8423d7f96398d7ae0b95c27c3f3a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
KerberosProfileLib implements the Kerberos 5 profile API, used for reading and writing
Kerberos configuration files. See profile.h for API documentation.

Note that you should rarely, if ever, use profile_init or profile_init_path. You 
probably mean to use krb5_get_profile, to avoid making your code depend on the
location of a specific Kerberos 5 preferences file. This is especially important
as the name and possibly the location of Kerberos configuration file is going to
change in the future.

Also note that you need both Kerberos5Lib:Headers: and KerberosProfileLib:Headers:
in your include path to use profile.h