You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2016/11/20 21:43:37 UTC

svn commit: r1001392 - in /websites/staging/directory/trunk/content: ./ apacheds/kerberos-ug/4.2-authenticate-studio.html

Author: buildbot
Date: Sun Nov 20 21:43:37 2016
New Revision: 1001392

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 20 21:43:37 2016
@@ -1 +1 @@
-1770590
+1770592

Modified: websites/staging/directory/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.html (original)
+++ websites/staging/directory/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.html Sun Nov 20 21:43:37 2016
@@ -237,6 +237,17 @@ The <em>SASL principal</em> instance par
   <img alt="Kerberos configuration" src="images/kerberos-config.png">
 </DIV>
 
+<p>The Kerberos server also requires a minimal <strong>krb5.conf</strong> file. The default location of that file is <strong>/etc/krb5.conf</strong>, alternatively you can also put it to <strong>JAVA_HOME/jre/lib/security/krb5.conf</strong>.</p>
+<div class="codehilite"><pre>[libdefaults]
+    default_realm = EXAMPLE.COM
+
+[realms]
+    EXAMPLE.COM = {
+        kdc = example.net:60088
+    }
+</pre></div>
+
+
 <p>Once those modifications have been done, you must restart the server.</p>
 <h3 id="other-configuration">Other configuration<a class="headerlink" href="#other-configuration" title="Permanent link">&para;</a></h3>
 <p>There is one more thing that you need to configure : your domain name (here, example.net_) has to be reachable on your machine. Either you define in on a <strong>DNS</strong> server, or you can also add it in your <em>/etc/hosts</em> file.</p>