Difference between revisions of "User:Djgreen/AFS Installation"

From WolfTech
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
*Download OpenAFS 1.5.27 from http://www.openafs.org/windows.html
 
*Download OpenAFS 1.5.27 from http://www.openafs.org/windows.html
 
**Install, selecting "Typical" when prompted.
 
**Install, selecting "Typical" when prompted.
**This will install the loopback adapter + the NetID credentials utility.
+
**This will install the loopback adapter + the NetID credentials utility connection.
 
*Reboot when requested.
 
*Reboot when requested.
  
Line 37: Line 37:
 
  .ncsu.edu = EOS.NCSU.EDU
 
  .ncsu.edu = EOS.NCSU.EDU
 
  ncsu.edu = EOS.NCSU.EDU
 
  ncsu.edu = EOS.NCSU.EDU
</pre>
 
*Replace the contents of C:\Windows\krb.con with the following:
 
<pre>
 
EOS.NCSU.EDU
 
 
 
</pre>
 
</pre>

Revision as of 12:08, 27 November 2007

Installing AFS clients for Vista machines without the use of WolfCall. Instructions made while installing on a Vista Enterprise workstation (32bit).

  • At login, you'll receive the following error "Integrated Login failed: Decrypt integrity check failed". Click OK.
  • The "Obtain New AFS Tokens" window will pop up. Close it.
    • I believe this popup can be prevented if you click the "Prevent AFSCreds.exe from starting automatically when you log in to Windows" option in the Network Identity Manager Configuration in the "AFS" section. Will need to test this later.
  • Open the Network Identity Manager.
  • Options>AFS>Click "OpenAFS Control Panel".
  • Change the Client Configuration Cell Name from 'openafs.org' to 'unity.ncsu.edu'.
  • Replace the contents of C:\Windows\krb5.ini with the following:
[realms]
 EOS.NCSU.EDU = {
  admin_server = kerberos-master.ncsu.edu:749
  default_domain = eos.ncsu.edu
 }

[logging]
 default = FILE:/var/adm/krb5.log

[libdefaults]
 ticket_lifetime = 24000
 default_realm = EOS.NCSU.EDU
 default_tkt_enctypes = des-cbc-crc
 default_tgs_enctypes = des-cbc-crc
 dns_lookup_kdc = true
 dns_lookup_realm = false

[domain_realm]
 .ncsu.edu = EOS.NCSU.EDU
 ncsu.edu = EOS.NCSU.EDU