List Info

Thread: Kadmin: Incorrect Password while initilizing kadmin interface




Kadmin: Incorrect Password while initilizing kadmin interface
user name
2007-04-11 05:26:44
hi,

I am trying to configure kerberos version krb5-1.6 on a
linux system with
Federo core 4 with root login in a network. I could able to
create master
database with the command

kdb5_util create -r EXAMPLE.COM -s

aaded the principal to the database with the command

kadmin.local
kadmin.local: addprinc root/adminEXAMPLE.COM
.
.
.
principal root/adminEXAMPLE.COM created.

created the kadmin keytab.

when i am trying to run the master database with the
commands i am facing
some problems.

%shell> krb5kdc

the log file will have the error message like

Apr 10 21:49:28 localhost krb5kdc[11849](info): setting up
network...
Apr 10 21:49:28 localhost krb5kdc[11849](info): skipping
unrecognized local
address family 17
krb5kdc: Address already in use - Cannot bind server socket
to port 750
address 10.255.114.75
Apr 10 21:49:28 localhost krb5kdc[11849](info): set up 0
sockets
krb5kdc: no sockets set up?

but i rebooted my system once, after which the log file
message is as below.



Apr 10 21:11:23 localhost krb5kdc[11744](info): setting up
network...
Apr 10 21:11:23 localhost krb5kdc[11744](info): skipping
unrecognized local
address famil
Apr 10 21:11:23 localhost krb5kdc[11744](info): listening on
fd 7: udp
10.255.114.75.750
Apr 10 21:11:23 localhost krb5kdc[11744](info): listening on
fd 8: udp
10.255.114.75.88
Apr 10 21:11:23 localhost krb5kdc[11744](info): listening on
fd 9: udp
2001:220:1004::12.
Apr 10 21:11:23 localhost krb5kdc[11744](info): listening on
fd 10: udp
2001:220:1004::12
krb5kdc: No such device - Cannot bind server socket to port
750 address
fe80::206:5bff:fe
Apr 10 21:11:23 localhost krb5kdc[11744](info): set up 4
sockets
Apr 10 21:11:23 localhost krb5kdc[11745](info): commencing
operation

i tried to run kadmin command

%shell> kadmin
 following message will be seen

Authenticating with root/adminEXAMPLE.COM with the
password
ask's for the password.

even though i enter the correct password, i adm getting the
below message

Kadmin: Incorrect Password while initilizing kadmin
interface

in kadmin.log file
Apr 10 22:34:45 localhost kdb5_util[14981](info): No
dictionary file
specified, continuing without one.


Please provide me the information how to eliminate this
error message and
run the client/server program on this system
-- 
Regards,
Jags.
________________________________________________
Kerberos mailing list           Kerberosmit.edu
htt
ps://mailman.mit.edu/mailman/listinfo/kerberos

Re: Kadmin: Incorrect Password while initilizing kadmin interface
user name
2007-04-11 05:27:45
On 4/11/07, jagadish ks <ksjagadish2796gmail.com> wrote:

>
> hi,
>
> I am trying to configure kerberos version krb5-1.6 on a
linux system with
> Federo core 4 with root login in a network. I could
able to create master
> database with the command
>
> kdb5_util create -r EXAMPLE.COM <http://example.com/>
-s
>
> aaded the principal to the database with the command
>
> kadmin.local
> kadmin.local: addprinc root/adminEXAMPLE.COM
> .
> .
> .
> principal root/adminEXAMPLE.COM created.
>
> created the kadmin keytab.
>
> when i am trying to run the master database with the
commands i am facing
> some problems.
>
> %shell> krb5kdc
>
> the log file will have the error message like
>
> Apr 10 21:49:28 localhost krb5kdc[11849](info): setting
up network...
> Apr 10 21:49:28 localhost krb5kdc[11849](info):
skipping unrecognized
> local address family 17
> krb5kdc: Address already in use - Cannot bind server
socket to port 750
> address 10.255.114.75
> Apr 10 21:49:28 localhost krb5kdc[11849](info): set up
0 sockets
> krb5kdc: no sockets set up?
>
> but i rebooted my system once, after which the log file
message is as
> below.
>
>
> Apr 10 21:11:23 localhost krb5kdc[11744](info): setting
up network...
> Apr 10 21:11:23 localhost krb5kdc[11744](info):
skipping unrecognized
> local address famil
> Apr 10 21:11:23 localhost krb5kdc[11744](info):
listening on fd 7: udp
> 10.255.114.75.750
> Apr 10 21:11:23 localhost krb5kdc[11744](info):
listening on fd 8: udp
> 10.255.114.75.88
> Apr 10 21:11:23 localhost krb5kdc[11744](info):
listening on fd 9: udp
> 2001:220:1004::12.
> Apr 10 21:11:23 localhost krb5kdc[11744](info):
listening on fd 10: udp
> 2001:220:1004::12
> krb5kdc: No such device - Cannot bind server socket to
port 750 address
> fe80::206:5bff:fe
> Apr 10 21:11:23 localhost krb5kdc[11744](info): set up
4 sockets
> Apr 10 21:11:23 localhost krb5kdc[11745](info):
commencing operation
>
> i tried to run kadmin command
>
> %shell> kadmin
>  following message will be seen
>
> Authenticating with root/adminEXAMPLE.COM with the
password
> ask's for the password.
>
> even though i enter the correct password, i adm getting
the below message
>
> Kadmin: Incorrect Password while initilizing kadmin
interface
>
> in kadmin.log file
> Apr 10 22:34:45 localhost kdb5_util[14981](info): No
dictionary file
> specified, continuing without one.
>

my krb5.con file

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 default_realm = EXAMPLE.COM
 dns_lookup_realm = false
 dns_lookup_kdc = false

[realms]
 EXAMPLE.COM = {
  kdc = kerberos.xerox.celstream.com:88
  kdc = kerberos-1.xerox.celstream.com
  admin_server = kerberos.xerox.celstream.com:749
  default_domain = xerox.celstream.com
 }

[domain_realm]
 .xerox.celstream.com = EXAMPLE.COM
 xerox.celstream.com = EXAMPLE.COM

[kdc]
 profile = /usr/kerberos/krb5kdc/kdc.conf

[appdefaults]
 pam = {
   debug = false
   ticket_lifetime = 36000
   renew_lifetime = 36000
   forwardable = true
   krb4_convert = false
 }



my kdc.conf file

[kdcdefault]
        kdc_ports = 88,750

[realms]
        EXAMPLE.COM = {
                database_name =
/usr/local/var/krb5kdc/principal
                admin_keytab =
FILE:/usr/local/var/krb5kdc/kadm5.keytab
                acl_file =
FILE:/usr/local/var/krb5kdc/kadm5.acl
                key_stash_file=
FILE:/usr/local/var/krb5kdc/.k5stash
                kadmind_port = 749
                max_life = 10h 0m 0s
                max_renewable_life = 7d 0h 0s
                master_key_type = des-cbc-crc
                supported_enctypes = des-cbc-crc:norm
                }


>








>
> Please provide me the information how to eliminate this
error message and
> run the client/server program on this system
> --
> Regards,
> Jags.
>
>



-- 
Regards,
Jags.
________________________________________________
Kerberos mailing list           Kerberosmit.edu
htt
ps://mailman.mit.edu/mailman/listinfo/kerberos

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )