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 DAAC6180B9 for ; Wed, 30 Dec 2015 08:26:02 +0000 (UTC) Received: (qmail 77819 invoked by uid 500); 30 Dec 2015 08:26:02 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 77769 invoked by uid 500); 30 Dec 2015 08:26:02 -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 77760 invoked by uid 99); 30 Dec 2015 08:26:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Dec 2015 08:26:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A21B8E024E; Wed, 30 Dec 2015 08:26:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plusplusjiajia@apache.org To: commits@directory.apache.org Message-Id: <78b60d6ba2c7433ca0d968ef935af1e4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-kerby git commit: Set '/tmp/kerby' as the root for database instead of '/home/kerby'. Date: Wed, 30 Dec 2015 08:26:02 +0000 (UTC) Repository: directory-kerby Updated Branches: refs/heads/trunk bd50441c3 -> 2a5efa35a Set '/tmp/kerby' as the root for database instead of '/home/kerby'. Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/2a5efa35 Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/2a5efa35 Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/2a5efa35 Branch: refs/heads/trunk Commit: 2a5efa35ad8bb0b001bf337bc937991e39aa70cb Parents: bd50441 Author: plusplusjiajia Authored: Wed Dec 30 16:32:54 2015 +0800 Committer: plusplusjiajia Committed: Wed Dec 30 16:32:54 2015 +0800 ---------------------------------------------------------------------- kerby-dist/kdc-dist/conf/backend.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/2a5efa35/kerby-dist/kdc-dist/conf/backend.conf ---------------------------------------------------------------------- diff --git a/kerby-dist/kdc-dist/conf/backend.conf b/kerby-dist/kdc-dist/conf/backend.conf index 287ded5..28c2632 100644 --- a/kerby-dist/kdc-dist/conf/backend.conf +++ b/kerby-dist/kdc-dist/conf/backend.conf @@ -17,6 +17,6 @@ # kdc_identity_backend = org.apache.kerby.kerberos.kdc.identitybackend.JsonIdentityBackend -backend.json.dir = /home/kerby/jsonbackend -data_dir = /home/kerby/zookeeper/data -data_log_dir = /home/kerby/zookeeper/datalog +backend.json.dir = /tmp/kerby/jsonbackend +data_dir = /tmp/kerby/zookeeper/data +data_log_dir = /tmp/kerby/zookeeper/datalog