Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-M20
-
Important
Description
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 =
[domain_realm]
.example.com = EXAMPLE.COM
example.com = EXAMPLE.COM
[login]
krb4_convert = true
krb4_get_tickets = false