summaryrefslogtreecommitdiffstats
path: root/src/mac/KerberosProfileLib ReadMe
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1999-09-10 19:04:32 +0000
committerMiro Jurisic <meeroh@mit.edu>1999-09-10 19:04:32 +0000
commitff013d5268b5cd7479b88ec6a8c546e144caa267 (patch)
tree19cb5e48c7858b9d28b36cfb15e923ee5cd72913 /src/mac/KerberosProfileLib ReadMe
parent33b8ad8df04e6714fcbe6a7085c0c4d411c8ca50 (diff)
downloadkrb5-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 ReadMe11
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