You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2017/04/26 07:16:02 UTC

directory-kerby git commit: Change the Readme of kdcinit tool.

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 217ff973f -> d390178c7


Change the Readme of kdcinit tool.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/d390178c
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/d390178c
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/d390178c

Branch: refs/heads/trunk
Commit: d390178c718313424af94e62bfb8d8d227c71efb
Parents: 217ff97
Author: plusplusjiajia <ji...@intel.com>
Authored: Wed Apr 26 15:23:21 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Wed Apr 26 15:23:21 2017 +0800

----------------------------------------------------------------------
 kerby-dist/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/d390178c/kerby-dist/README.md
----------------------------------------------------------------------
diff --git a/kerby-dist/README.md b/kerby-dist/README.md
index 8764ae4..1bfbc3c 100644
--- a/kerby-dist/README.md
+++ b/kerby-dist/README.md
@@ -32,9 +32,9 @@ mvn package -Pdist
 #### 2. Run kdcinit:
 ```
 cd kerby-dist/kdc-dist
-sh bin/kdcinit.sh [server-conf-dir] [keytab]
+sh bin/kdcinit.sh [server-conf-dir] [keytab-dir]
 ```
-The admin principal will be exported into [keytab], it will be used by kadmin tool for the authentication. 
+The admin principal will be exported into keytab-dir/admin.keytab, it will be used by kadmin tool for the authentication. 
 
 #### 3. Start kerby-kdc-server:
 ```