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

From WolfTech
Jump to navigation Jump to search
m
m
Line 14: Line 14:
 
*Options>AFS>Click "OpenAFS Control Panel".
 
*Options>AFS>Click "OpenAFS Control Panel".
 
*Change the Client Configuration Cell Name from 'openafs.org' to 'unity.ncsu.edu'.
 
*Change the Client Configuration Cell Name from 'openafs.org' to 'unity.ncsu.edu'.
 +
 +
*Replace the contents of C:Windows\krb5.ini with the following:
 +
<pre>
 +
[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
 +
</pre>

Revision as of 12:02, 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