Difference between revisions of "User:Pgmurphy/OpenAFS"

From WolfTech
Jump to navigation Jump to search
Line 18: Line 18:
 
*Registry Changes
 
*Registry Changes
 
**HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
 
**HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
***[KRB4KRBCONF]->[ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
+
***[KRB4KRBCONF] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
 
**HKLM\SOFTWARE\MIT\Kerberos5\config
 
**HKLM\SOFTWARE\MIT\Kerberos5\config
***[KRB5CONFIG]->[ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
+
***[KRB5CONFIG] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
 
*Property Changes
 
*Property Changes
**LEASHAUTOSTART 1->0
+
**LEASHAUTOSTART
 +
***1 -> 0

Revision as of 15:35, 12 March 2007

OpenAFS

I created an MSI to customize the install.

  • Property Changes
    • CREDSSTARTUP
      • 1 -> 0
    • HIDEDOTFILES
      • 1 -> 0
    • LOGONOPTIONS
      • 1 -> 0

MIT KfW

I chose to repackage it with AdminStudio because MSI surgery wasn't going so well. The following customizations are necessary.

  • Add Files
    • Location: [ProgramFilesFolder]MIT\Kerberos\bin
      • Files: krb.conf, krb5.conf
    • Location: [WindowsFolder]
      • Files: resolv.conf
  • Registry Changes
    • HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
      • [KRB4KRBCONF] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
    • HKLM\SOFTWARE\MIT\Kerberos5\config
      • [KRB5CONFIG] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
  • Property Changes
    • LEASHAUTOSTART
      • 1 -> 0