diff options
author | Miro Jurisic <meeroh@mit.edu> | 1999-09-10 19:04:32 +0000 |
---|---|---|
committer | Miro Jurisic <meeroh@mit.edu> | 1999-09-10 19:04:32 +0000 |
commit | ff013d5268b5cd7479b88ec6a8c546e144caa267 (patch) | |
tree | 19cb5e48c7858b9d28b36cfb15e923ee5cd72913 /src/mac/KerberosProfileLib ReadMe | |
parent | 33b8ad8df04e6714fcbe6a7085c0c4d411c8ca50 (diff) | |
download | krb5-ff013d5268b5cd7479b88ec6a8c546e144caa267.tar.gz krb5-ff013d5268b5cd7479b88ec6a8c546e144caa267.tar.xz krb5-ff013d5268b5cd7479b88ec6a8c546e144caa267.zip |
Added
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11800 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/KerberosProfileLib ReadMe')
-rw-r--r-- | src/mac/KerberosProfileLib ReadMe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mac/KerberosProfileLib ReadMe b/src/mac/KerberosProfileLib ReadMe new file mode 100644 index 000000000..ff3fadafd --- /dev/null +++ b/src/mac/KerberosProfileLib ReadMe @@ -0,0 +1,11 @@ +KerberosProfileLib implements the Kerberos 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
\ No newline at end of file |