Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9E393200BC6 for ; Sun, 20 Nov 2016 22:43:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9CAD8160B07; Sun, 20 Nov 2016 21:43:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6644160AFE for ; Sun, 20 Nov 2016 22:43:58 +0100 (CET) Received: (qmail 27282 invoked by uid 500); 20 Nov 2016 21:43:58 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 27273 invoked by uid 99); 20 Nov 2016 21:43:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2016 21:43:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BD6941A076B for ; Sun, 20 Nov 2016 21:43:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id BVUp6-7_bJ9J for ; Sun, 20 Nov 2016 21:43:57 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B937D5F298 for ; Sun, 20 Nov 2016 21:43:56 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DA7B2E01A7 for ; Sun, 20 Nov 2016 21:43:37 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D76703A01DA for ; Sun, 20 Nov 2016 21:43:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001392 - in /websites/staging/directory/trunk/content: ./ apacheds/kerberos-ug/4.2-authenticate-studio.html Date: Sun, 20 Nov 2016 21:43:37 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161120214337.D76703A01DA@svn01-us-west.apache.org> archived-at: Sun, 20 Nov 2016 21:43:59 -0000 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 SASL principal instance par Kerberos configuration +

The Kerberos server also requires a minimal krb5.conf file. The default location of that file is /etc/krb5.conf, alternatively you can also put it to JAVA_HOME/jre/lib/security/krb5.conf.

+
[libdefaults]
+    default_realm = EXAMPLE.COM
+
+[realms]
+    EXAMPLE.COM = {
+        kdc = example.net:60088
+    }
+
+ +

Once those modifications have been done, you must restart the server.

Other configuration

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 DNS server, or you can also add it in your /etc/hosts file.