From root@mk.com Tue Aug 11 18:39:40 1998
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id SAA14804 for <bugs@RT-11.MIT.EDU>; Tue, 11 Aug 1998 18:39:35 -0400
Received: from mk-interlock.mk.com by MIT.EDU with SMTP
id AA16050; Tue, 11 Aug 98 18:39:18 EDT
Received: by mk-interlock.mk.com id QAA18989
(InterLock SMTP Gateway 3.0 for krb5-bugs@mit.edu);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-3);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-2);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-1);
Tue, 11 Aug 1998 16:39:29 -0600
Message-Id: <199808112235.QAA11396@ultradawg.>
Date: Tue, 11 Aug 1998 16:35:07 -0600
From: root@mk.com
Reply-To: asalpekar@hotmail.com
To: krb5-bugs@MIT.EDU
Cc: sm104@hotmail.com
Subject: kadmin problem
X-Send-Pr-Version: 3.99
System: SunOS ultradawg 5.6 Generic sun4u sparc SUNW,Ultra-2
Architecture: sun4
Description:
<precise description of the problem (multiple lines)>
I am tring to install kerberos. I have configured master kdc.
The name of the server configured as master kdc is "ultradawg"
The krb5.conf is as below -
------------------------------------------------------------
# cat /etc/krb5.conf
[libdefaults]
default_realm = IS.MK.COM
default_tgs_enctypes = des-cbc-crc
default_tkt_enctypes = des-cbc-crc
krb4_config = /usr/kerberos/lib/krb.conf
krb4_realms = /usr/kerberos/lib/krb.realms
[realms]
ATHENA.MIT.EDU = {
kdc = ultradawg.is.mk.com:88
admin_server = ultradawg.is.mk.com
default_domain = is.mk.com
}
[domain_realm]
.is.mk.com = IS.MK.COM
[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
#
----------------------------------------------------------
The kdc.conf is as below-
# pwd
/usr/local/var/krb5kdc
# cat kdc.conf
[kdcdefaults]
kdc_ports = 750,88
[realms]
IS.MK.COM = {
database_name = /usr/local/var/krb5kdc/principal
admin_keytab = FILE:/usr/local/var/krb5kdc/kadm5.keytab
acl_file = /usr/local/var/krb5kdc/kadm5.acl
key_stash_file = /usr/local/var/krb5kdc/.k5.IS.MK.COM
kdc_ports = 750,88
max_life = 10h 0m 0s
max_renewable_life = 7d 0h 0m 0s
master_key_type = des-cbc-crc
supported_enctypes = des-cbc-crc:normal des:normal des:v4 des:norealm des:onlyrealm des:afs3
}
#
-----------------------------------------------------------
Now when I try to use the command "kadmin" I get an error as below.
# ./kadmin
kadmin: Required parameters in kdc.conf missing while initializing kadmin interface
#
could not find what is missing in kdc.conf, could start "krb5kdc" and "kadmind" without
error messages.Because of this I could not populate databasa. However "kadmin.local" works fine.
Thanks in advance
Abhay Salpekar
email: asalpekar@hotmail.com
kadmin problem
critical
high
Kerberos 1.0.5
support
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id SAA14804 for <bugs@RT-11.MIT.EDU>; Tue, 11 Aug 1998 18:39:35 -0400
Received: from mk-interlock.mk.com by MIT.EDU with SMTP
id AA16050; Tue, 11 Aug 98 18:39:18 EDT
Received: by mk-interlock.mk.com id QAA18989
(InterLock SMTP Gateway 3.0 for krb5-bugs@mit.edu);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-3);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-2);
Tue, 11 Aug 1998 16:39:29 -0600
Received: by mk-interlock.mk.com (Protected-side Proxy Mail Agent-1);
Tue, 11 Aug 1998 16:39:29 -0600
Message-Id: <199808112235.QAA11396@ultradawg.>
Date: Tue, 11 Aug 1998 16:35:07 -0600
From: root@mk.com
Reply-To: asalpekar@hotmail.com
To: krb5-bugs@MIT.EDU
Cc: sm104@hotmail.com
Subject: kadmin problem
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 621
>Category: krb5-kdc
>Synopsis: kadmin problem
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: gjking
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Aug 11 18:40:01 EDT 1998
>Last-Modified: Sun Oct 04 23:01:56 EDT 1998
>Originator: Super-User
>Organization:
mk.com>Category: krb5-kdc
>Synopsis: kadmin problem
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: gjking
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Aug 11 18:40:01 EDT 1998
>Last-Modified: Sun Oct 04 23:01:56 EDT 1998
>Originator: Super-User
>Organization:
Show quoted text
>Release: krb5-1.0.5
>Environment:
>Environment:
System: SunOS ultradawg 5.6 Generic sun4u sparc SUNW,Ultra-2
Architecture: sun4
Description:
<precise description of the problem (multiple lines)>
I am tring to install kerberos. I have configured master kdc.
The name of the server configured as master kdc is "ultradawg"
The krb5.conf is as below -
------------------------------------------------------------
# cat /etc/krb5.conf
[libdefaults]
default_realm = IS.MK.COM
default_tgs_enctypes = des-cbc-crc
default_tkt_enctypes = des-cbc-crc
krb4_config = /usr/kerberos/lib/krb.conf
krb4_realms = /usr/kerberos/lib/krb.realms
[realms]
ATHENA.MIT.EDU = {
kdc = ultradawg.is.mk.com:88
admin_server = ultradawg.is.mk.com
default_domain = is.mk.com
}
[domain_realm]
.is.mk.com = IS.MK.COM
[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
#
----------------------------------------------------------
The kdc.conf is as below-
# pwd
/usr/local/var/krb5kdc
# cat kdc.conf
[kdcdefaults]
kdc_ports = 750,88
[realms]
IS.MK.COM = {
database_name = /usr/local/var/krb5kdc/principal
admin_keytab = FILE:/usr/local/var/krb5kdc/kadm5.keytab
acl_file = /usr/local/var/krb5kdc/kadm5.acl
key_stash_file = /usr/local/var/krb5kdc/.k5.IS.MK.COM
kdc_ports = 750,88
max_life = 10h 0m 0s
max_renewable_life = 7d 0h 0m 0s
master_key_type = des-cbc-crc
supported_enctypes = des-cbc-crc:normal des:normal des:v4 des:norealm des:onlyrealm des:afs3
}
#
-----------------------------------------------------------
Now when I try to use the command "kadmin" I get an error as below.
# ./kadmin
kadmin: Required parameters in kdc.conf missing while initializing kadmin interface
#
could not find what is missing in kdc.conf, could start "krb5kdc" and "kadmind" without
error messages.Because of this I could not populate databasa. However "kadmin.local" works fine.
Thanks in advance
Abhay Salpekar
email: asalpekar@hotmail.com
Show quoted text
>Description:
>How-To-Repeat:
>How-To-Repeat:
Show quoted text
>Fix:
Show quoted text
>Audit-Trail:
>Unformatted:
no>Unformatted:
kadmin problem
critical
high
Kerberos 1.0.5
support