[26687] in CVS-changelog-for-Kerberos-V5
krb5 commit: Clarify diff between krb5.conf and kdc.conf files
daemon@ATHENA.MIT.EDU (Zhanna A Tsitkova)
Thu Jul 5 11:24:19 2012
Date: Thu, 5 Jul 2012 11:24:10 -0400
From: Zhanna A Tsitkova <tsitkova@mit.edu>
Message-Id: <201207051524.q65FOALw001017@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/4d817ef1bdf1036c97013d541f30c8d5afb42de2
commit 4d817ef1bdf1036c97013d541f30c8d5afb42de2
Author: Zhanna Tsitkov <tsitkova@mit.edu>
Date: Thu Jul 5 11:29:16 2012 -0400
Clarify diff between krb5.conf and kdc.conf files
doc/rst_source/krb_admins/conf_files/krb5_conf.rst | 24 +------------------
1 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
index e392c86..6f9a282 100644
--- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
+++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst
@@ -88,6 +88,8 @@ The krb5.conf file may contain the following sections:
:ref:`plugins` Controls plugin module registration
=================== =======================================================
+Additionally, krb5.conf may include any of the relations described in
+:ref:`kdc.conf(5)`, but it is not a recommended practice.
.. _libdefaults:
@@ -1012,28 +1014,6 @@ Here is an example of a generic krb5.conf file:
ATHENA.MIT.EDU = .
}
- [logging]
- kdc = SYSLOG:INFO
- admin_server = FILE=/var/kadm5.log
- [dbdefaults]
- ldap_kerberos_container_dn = cn=krbcontainer,dc=example,dc=com
- [dbmodules]
- openldap_ldapconf = {
- db_library = kldap
- disable_last_success = true
- ldap_kerberos_container_dn = cn=krbcontainer,dc=example,dc=com
- ldap_kdc_dn = "cn=krbadmin,dc=example,dc=com"
- # this object needs to have read rights on
- # the realm container and principal subtrees
- ldap_kadmind_dn = "cn=krbadmin,dc=example,dc=com"
- # this object needs to have read and write rights on
- # the realm container and principal subtrees
- ldap_service_password_file = /etc/kerberos/service.keyfile
- ldap_servers = ldaps://kerberos.mit.edu
- ldap_conns_per_server = 5
- }
-
-
FILES
-----
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5