You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Ed Brown (JIRA)" <ji...@apache.org> on 2015/06/09 17:31:07 UTC

[jira] [Created] (DIRSERVER-2072) Documentation For Kerberos Configuration Needs To Be Updated

Ed Brown created DIRSERVER-2072:
-----------------------------------

             Summary: Documentation For Kerberos Configuration Needs To Be Updated
                 Key: DIRSERVER-2072
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2072
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: doc
    Affects Versions: 2.0.0-M20
            Reporter: Ed Brown
             Fix For: 2.0.0-M20, 2.0.0-M19


I configured Directory Server LDAP and Kerberos as specified in the documentation, but could never get the user authenticated. After looking around the Internet, and initially ignoring the solution, I looked at the test code for Directory Server and saw the test code used the krb5.conf file in JAVA_HOME/jre/lib/security. After putting the information in the file, authentication worked. 

*It wasn't in the documentation*

I used the following entries:

[libdefaults]
 	default_realm = EXAMPLE.COM

 [realms]
 	EXAMPLE.COM = {
 		kdc = localhost:6088
 	}

 [domain_realm]
 	.example.com = EXAMPLE.COM
 	example.com = EXAMPLE.COM

 [login]
 	krb4_convert = true
 	krb4_get_tickets = false





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)