Compile the most recent MIT Kerberos 1.11 out of the box.

Been following the owl book from O'Reilly.

Any time I try kadmin

I get
kadmin: Cannot resolve network address for admin server in requested realm 
while initializing kadmin interface 

krb5.conf files reads


[libdefaults]
        default_realm = NL2K.AB.CA
        dns_lookup_realm = true
        dns_lookup_kdc = true

[realms]
# use "kdc = ..." if realm admins haven't put SRV records into DNS
        NL2K.AB.CA = {
                kdc = 204.209.81.1:88
                admin_server = 204.209.81.1:749
                default_domain = nl2k.ab.ca
                v4_instance_convert = {
                        www = nl2k.ab.ca
                        doctor = nl2k.ab.ca
                }
        }
        #ANDREW.CMU.EDU = {
        #       admin_server = vice28.fs.andrew.cmu.edu
        #}

[domain_realm]
        .nl2k.ab.ca = NL2K.AB.CA
        nl2k.ab.ca = NL2K.AB.CA

[logging]
#       kdc = CONSOLE
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log

And kdc.conf reads



[kdcdefaults]
        kdc_ports = 88,750

[realms]
        NK.CA = {
                database_name = /var/krb5kdc/principal
                admin_keytab = /var/krb5kdc/kadm5.keytab
                acl_file = /var/krb5kdc/kadm5.acl
                ##dict_file = /var/krb5kdc/kadm5.dict
                key_stash_file = /var/krb5kdc/.k5.NL2K.AB.CA
                kadmind_port = 749
                max_life = 10h 0m 0s
                max_renewable_life = 7d 0h 0m 0s
                master_key_type = des3-hmac-sha1
                supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal
        }

Why is the above file backfiring?

-- 
Member - Liberal International  This is [email protected] Ici [email protected]
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
The false churches will conform themselves to this world's demands, seeing as 
they do not fear and thus do not obey God. - anon
________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to