logo_kerberos.gif

Difference between revisions of "Kdc.conf"

From K5Wiki
Jump to: navigation, search
(New page: saved in /tmp/kdc.conf <pre> [kdcdefaults] kdc_ports = 8888 [realms] EXAMPLE.ORG = { database_name = /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/krb5...)
 
Line 1: Line 1:
saved in /tmp/kdc.conf
+
you can save it in /tmp/kdc.conf
  +
I saved it in /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/kdc.conf
   
 
<pre>
 
<pre>

Revision as of 11:55, 15 August 2009

you can save it in /tmp/kdc.conf I saved it in /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/kdc.conf

[kdcdefaults]
        kdc_ports = 8888

[realms]
        EXAMPLE.ORG = {
                database_name = /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/krb5kdc/principal
                acl_file = /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/kadm5.acl

                key_stash_file = /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/krb5kdc/.k5.EXAMPLE.ORG
                # key_stash_file = /home/haoqili/trunk/src/tests/kdc_realm2/sandbox/.k5.ATHENA.MIT.EDU
                admin_keytab = FILE:/home/haoqili/trunk/src/tests/kdc_realm2/sandbox/krb5kdc/kadm5.keytab
                kdc_ports = 8888
                kpasswd_port = 8887
                kadmind_port = 8886
                max_life = 10h 0m 0s
                max_renewable_life = 7d 0h 0m 0s
        }
[logging]
        kdc = FILE:/tmp/myrealKDC.log