[suse-sles-e] Kerberos and Windows 2003

From: Emmanuel Garcia Abad (arrakeen_at_gmail.com)
Date: Tue May 09 2006 - 02:01:04 CEST


Message-ID: <23fa2bd40605081701g57493843gf19d2b9c89a9fe19@mail.gmail.com>
Date: Mon, 8 May 2006 19:01:04 -0500
From: "Emmanuel Garcia Abad" <arrakeen@gmail.com>
Subject: [suse-sles-e] Kerberos and Windows 2003

Hi guys,

I am trying to configure squid (SLES9) to work with windows 2003
server, I am following this guide:

http://us1.samba.org/samba/docs/man/Samba-Guide/DomApps.html

sow i have this packages in the sles:

heimdal-lib-32bit-9-200504071809
heimdal-tools-0.6.1rc3-55.3
heimdal-0.6.1rc3-55.3
heimdal-lib-0.6.1rc3-55.15
pam_krb5-1.3-201.1

The krb5.conf have the following configuration:

[libdefaults]
        default_realm = SVR.dom.com
        clocksnew = 300
        default_tgs_enctypes = DES-CBC-CRC DES-CBC-MD5
        default_tkt_enctypes = DES-CBC-CRC DES-CBC-MD5
        preferred_enctypes = DES-CBC-CRC DES-CBC-MD5

[realms]
SVR.dom.com = {
        kdc = roma.svr.dom.com
        kpasswd_server = roma.svr.dom.com
        default_domain = SVR.dom.com
}

[domain_realm]
        .roma.svr.dom.com = SVR.dom.com
        .SVR.dom.com = SVR.dom.com

[logging]
        default = SYSLOG:NOTICE:DAEMON
        kdc = FILE:/var/log/kdc.log
        kadmind = FILE:/var/log/kadmind.log

[appdefaults]
pam = {
        ticket_lifetime = 1d
        renew_lifetime = 1d
        forwardable = true
        proxiable = false
        retain_after_close = false
        minimum_uid = 0
        debug = false
}

When i execute kinit: Administrator@SVR.dom.com, I write the correct
password, but the system respond:

kinit: Password incorrect

And when I write a bad password the system respond:

kinit: krb5_get_init_creds: Preauthentication failed

I configure in the win2003 "Use DES encription" for the Administrator
account, but i continue with the trouble.

How can be the problem?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com
For additional commands, e-mail: suse-sles-e-help@suse.com



This archive was generated by hypermail 2.1.7 : Tue May 09 2006 - 02:01:12 CEST