[8030] in Kerberos

home help back first fref pref prev next nref lref last post

0 seconds initialization (round 2)

daemon@ATHENA.MIT.EDU (Christopher Seawood)
Wed Sep 18 18:51:45 1996

Date: Wed, 18 Sep 1996 15:33:30 -0700 (PDT)
From: Christopher Seawood <cseawood@qualcomm.com>
Reply-To: Christopher Seawood <cseawood@qualcomm.com>
To: kerberos@MIT.EDU


Ok. I tried everybody's suggestions (one at a time and collectively).
Nothing seems to have worked.

Source was configured with: ./configure --prefix=/usr/local/krb5
--enable-shared --without-krb4

Here's my kdc.conf (sample comes from krb5-beta7/src/config-files):
[kdcdefaults]
        kdc_ports = 750,88

[realms]
        DAUPHIN = {
                profile = /etc/krb5.conf
                database_name = /usr/local/krb5/lib/krb5kdc/principal
                admin_database_name =
/usr/local/krb5/lib/krb5kdc/kadm5_adb
                admin_database_lockfile =
/usr/local/krb5/lib/krb5kdc/kadm5_adb.lock
                admin_keytab =
FILE:/usr/local/krb5/lib/krb5kdc/kadm5.keytab
                acl_file = /usr/local/krb5/lib/krb5kdc/kadm5.acl
                key_stash_file = /usr/local/krb5/lib/krb5kdc/.k5stash
                kdc_ports = 750,88
                kadmind_port = 3761
                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
        }                                                                      

When I use kadmin.local, these are the results:

cseawood:/usr/local/krb5/sbin> ./kadmin.local
kadmin.local:  addprinc -maxlife "10 hours" cseawood
Enter password for principal "cseawood@DAUPHIN":
Re-enter password for principal "cseawood@DAUPHIN":
Principal "cseawood@DAUPHIN" created.
kadmin.local:  getprinc cseawood
Principal: cseawood@DAUPHIN
Expiration date: [never]
Last password change: Wed Sep 18 15:28:22 PDT 1996
Password expiration date: [none]
Maximum ticket life: 0 days 10:00:01
Maximum renewable life: 0 days 00:00:00
Last modified: Wed Sep 18 15:28:22 PDT 1996
(root/admin@DAUPHIN)
Last successful authentication: [never]
Last failed authentication: [never]
Failed password attempts: 0
Number of keys: 1
Key: vno 1, DES cbc mode with CRC-32, no salt
Attributes:
Policy: [none]
kadmin.local:
-------
cseawood:~> /usr/local/krb5/bin/kinit
Password for cseawood@DAUPHIN:
cseawood:~> /usr/local/krb5/bin/klist
Ticket cache: /tmp/krb5cc_19576
Default principal: cseawood@DAUPHIN

Valid starting      Expires             Service principal
18 Sep 96 15:26:47  18 Sep 96 15:26:47  krbtgt/DAUPHIN@DAUPHIN             

Without the -maxlife "10 hours", the maxlife is 0.

Help.

-----
Chris Seawood <cseawood@qualcomm.com> - Software Engineer / Unix Sysadmin
http://www.qualcomm.com/~cseawood/    - Prince Fanatic / Linux Advocate
Opinions stated are NOT an (un)official representation of QUALCOMM Incorporated




home help back first fref pref prev next nref lref last post