Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57C2D118DB for ; Thu, 24 Jul 2014 07:08:11 +0000 (UTC) Received: (qmail 77313 invoked by uid 500); 24 Jul 2014 07:08:11 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 77270 invoked by uid 500); 24 Jul 2014 07:08:11 -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 77261 invoked by uid 99); 24 Jul 2014 07:08:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 07:08:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 07:08:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 09DD62388860 for ; Thu, 24 Jul 2014 07:07:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917274 - in /websites/staging/directory/trunk/content: ./ apacheds/kerberos-ug/1.1.1-realms.html Date: Thu, 24 Jul 2014 07:07:49 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140724070750.09DD62388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Jul 24 07:07:49 2014 New Revision: 917274 Log: Staging update by buildbot for directory Modified: websites/staging/directory/trunk/content/ (props changed) websites/staging/directory/trunk/content/apacheds/kerberos-ug/1.1.1-realms.html Propchange: websites/staging/directory/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Jul 24 07:07:49 2014 @@ -1 +1 @@ -1613019 +1613021 Modified: websites/staging/directory/trunk/content/apacheds/kerberos-ug/1.1.1-realms.html ============================================================================== --- websites/staging/directory/trunk/content/apacheds/kerberos-ug/1.1.1-realms.html (original) +++ websites/staging/directory/trunk/content/apacheds/kerberos-ug/1.1.1-realms.html Thu Jul 24 07:07:49 2014 @@ -164,10 +164,7 @@ Note that the name is case sensitive. **

The Realm name wil be used all over Kerberos to name Principals and Services

Default Realm for ApacheDS Kerberos Server

When ApacheDS Kerberos Server installed, the default Realm name is set to EXAMPLE.COM. This can be changed either using Studio, by accessing the server configuration and changing the 'Primary KDC Realm', as show in this picture :

-
-[Kerberos Realm Configuration](images/kerberos-realm-config.png) -
- +

Kerberos Realm Configuration

or by modifying the LDIF configuration directly, by modifying the following entry :

dn: ads-serverId=kerberosServer,ou=servers,ads-directoryServiceId=default,ou=config
 ...