Penguin
Diff: ActiveDirectoryKerberos
EditPageHistoryDiffInfoLikePages

Differences between version 3 and revision by previous author of ActiveDirectoryKerberos.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, April 19, 2005 8:34:17 pm by JawnJim Revert
Older page: version 2 Last edited on Sunday, September 7, 2003 9:27:36 pm by CraigBox Revert
@@ -8,9 +8,9 @@
 ! Configuring Kerberos 
  
 This one was tricky and took a bit of fidgeting to get right, but here goes. As you will be able to see, we may need to create directories for the log files. Also note that the sections which are in uppercase __have__ to be in uppercase or the thing won't work. 
  
-Use the following config file (in debian and redhat at least). Be sure to use the same capitalisation. 
+Use the following config file (in debian, redhat and suse at least). Be sure to use the same capitalisation. Also, if you are receiving the "UnknownHostException: some.host" you can use the IP address instead of the domain name for the kdc
  
 ''/etc/krb5.conf'' 
  
  [[logging] 
@@ -59,7 +59,7 @@
  
 kinit Administrator@THINCLIENT.TEST.ORG 
  
 This will prompt you for a password and return success if it succeeds. 
-If you get an error "KDC does not support encryption scheme ", you need to re-set the password for that user, just change it in user manager to the same password. 
+If you get an error "KDC has no support for encryption type ", you need to re-set the password for that windows user, typically Administrator (as in this example), just reset your password using Active Directory Users and Computers to your original password. 
 ----- 
 CategoryInteroperability