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 2016/07/28 07:45:35 UTC

directory-kerby git commit: DIRKRB-601 Add the krb5.conf for kadmin login with jaas.

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk b1861e4bf -> 570243fd0


DIRKRB-601 Add the krb5.conf for kadmin login with jaas.


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

Branch: refs/heads/trunk
Commit: 570243fd08a5441d3f312d5a13eaa24db6937f2e
Parents: b1861e4
Author: plusplusjiajia <ji...@intel.com>
Authored: Thu Jul 28 15:51:22 2016 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Thu Jul 28 15:51:22 2016 +0800

----------------------------------------------------------------------
 .gitignore                         |  1 -
 kerby-dist/kdc-dist/conf/krb5.conf | 29 +++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/570243fd/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c0eb2f8..c01efda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,3 @@ dependency-reduced-pom.xml
 .checkstyle
 kerby-dist/kdc-dist/logs/
 kerby-dist/tool-dist/logs/
-kerby-dist/kdc-dist/conf/krb5.conf

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/570243fd/kerby-dist/kdc-dist/conf/krb5.conf
----------------------------------------------------------------------
diff --git a/kerby-dist/kdc-dist/conf/krb5.conf b/kerby-dist/kdc-dist/conf/krb5.conf
new file mode 100644
index 0000000..a79d547
--- /dev/null
+++ b/kerby-dist/kdc-dist/conf/krb5.conf
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+[libdefaults]
+    kdc_realm = EXAMPLE.COM
+    default_realm = EXAMPLE.COM
+    udp_preference_limit = 4096
+    kdc_tcp_port = 88
+    kdc_udp_port = 88
+
+[realms]
+    EXAMPLE.COM = {
+        kdc = localhost:88
+    }