[2619] in Kerberos-V5-bugs
pending/330: kdb5_util create problem
daemon@ATHENA.MIT.EDU (Derek Chan)
Fri Jan 3 04:47:30 1997
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, Derek Chan <dchan@cisco.com>
Date: Fri, 3 Jan 1997 01:46:34 -0800 (PST)
From: Derek Chan <dchan@cisco.com>
To: krb5-bugs@MIT.EDU
Cc: dchan@cisco.com (Derek Chan)
>Number: 330
>Category: pending
>Synopsis: kdb5_util create problem
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Jan 03 04:47:01 EST 1997
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
Hi,
I think this could be a config problem rather than a bug...
After unpacking the binary distribution of krb5 1.0 and following the
instruction on creating the database. I get into the following problem:
autons-prod-aaaserver# ./kdb5_util create
Configuration file does not specify default realm while retreiving configuration parameters
autons-prod-aaaserver#
I have "default_realm" specified in my krb5.conf (see below). I don't know
why kdb5_util is complaining. I got the same warning even if I use
"-r CISCO.COM". Any idea?
Thanks.
Derek
My krb5.conf has the followings:
[libdefaults]
default_realm = CISCO.COM
default_tkt_enctypes = des-cbc-crc
default_tgs_enctypes = des-cbc-crc
[realms]
CISCO.COM = {
kdc = autons-prod-aaaserver.cisco.com
admin_server = autons-prod-aaaserver.cisco.com
default_domain = cisco.com
}
[domain_realm]
.cisco.com = CISCO.COM
cisco.com = CISCO.COM
[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log