[
https://issues.apache.org/jira/browse/DIRSERVER-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Seelmann resolved DIRSERVER-2072.
----------------------------------------
Resolution: Fixed
> 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
> Labels: documentation
> Fix For: 2.0.0-M24
>
>
> 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)