none
[openafs-wiki.git] / AFSLore / KerberosV.mdwn
index b259b88..392fa9e 100644 (file)
@@ -8,6 +8,8 @@ Installing [[KerberosV]] along with [[OpenAFS]] will provide the basis for many
 
 The installation documentation on the [[OpenAFS]] web site unfortunately does not include any information on integrating AFS into a [[KerberosV]] realm. (Work on install document & gotchas page later)
 
+To compile [[OpenAFS]] with [[KerberosV]] support you need to use the --with-krb5-conf=/path/to/krb5-config flag to configure.
+
 If you're using [[KerberosVMIT]] versions 1.2.6 or later, you'll need to add a section to krb5.conf on the krb524d host if you wish to continue using old-style [[KerberosIV]] ticket derived tokens.
 
     [appdefaults]
@@ -36,6 +38,7 @@ For now a few links... explanations to follow later:
 >     [http://www.arayan.com/da/yazi/OpenAFS\_Kerberos\_5.html](http://www.arayan.com/da/yazi/OpenAFS_Kerberos_5.html)
 >
 >     ...
+- John Boyland has a [patch](http://www.cs.uwm.edu/~boyland/afs-krb5.patch) for Ken Hornstein's AFS Migration Kit v 2.0 that fixes some typos and includes updates suggested by other [[OpenAFS]] contributors.
 - An older AFS link page: <http://www-2.cs.cmu.edu/afs/andrew.cmu.edu/usr/shadow/www/afs.html>
 
 Some other issues to explain:
@@ -46,6 +49,17 @@ Some other issues to explain:
 - encryption types -- this is a per key property and V5 supports several (while V4 only supported one, namely what V5 calls des-cbc-crc). However, this is not the V5 default (which I think is des3) so you need to ensure that the AFS principal uses des-cbc-crc.
 - [[StringToKey]] differences
 
+### <a name="Links"></a> Links
+
+#### <a name="KerberosV version 1.3.1"></a> [[KerberosV]] version 1.3.1
+
+[Main Site](http://web.mit.edu/kerberos/)
+
+- [install guide](http://web.mit.edu/kerberos/www/krb5-1.3/krb5-1.3.1/doc/krb5-install.html)
+- [user guide](http://web.mit.edu/kerberos/www/krb5-1.3/krb5-1.3.1/doc/krb5-user.html)
+- [admin guide](http://web.mit.edu/kerberos/www/krb5-1.3/krb5-1.3.1/doc/krb5-admin.html)
+- [krb425 guide](http://web.mit.edu/kerberos/www/krb5-1.3/krb5-1.3.1/doc/krb425.html)
+
 -- [[TedAnderson]] - 22 Jan 2002 -- [[DerrickBrashear]] - 23 Jan 2002 -- [[TedAnderson]] - 23 Jan 2002 -- [[JasonGarman]] - 30 Jan 2002 -- [[TedAnderson]] - 31 Jan 2002
 
 ----