Issue created: https://issues.apache.org/jira/browse/DIRSERVER-2072
Ed Brown -----Original Message----- From: Emmanuel Lécharny [mailto:[email protected]] Sent: Tuesday, June 09, 2015 10:45 AM To: [email protected] Subject: Re: Help Configuring LDAP/KERBEROS Needed Le 09/06/15 16:10, Ed Brown a écrit : > I solved the problem. > I put a krb5.conf file in JAVA_HOME/jre/lib/security with the following: > > [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 > > ========= > > I didn't see this in the documentation and found it using Google. I ignored > it days ago because I thought it wasn't needed in this case. Definitively needed in the doco. Can you create a JIRA for that ? Thanks !
