PDA

View Full Version : Ubuntu 9.04 Samba Server Integrated With Active Directory


brandonedmunds
8th September 2009, 17:32
Hello All,

When following the Ubuntu 9.04 Samba Server Integrated With Active Directory (http://www.howtoforge.com/ubuntu-9.04-samba-server-integrated-with-active-directory) tutorial, I've seemed to have gotten hung up on the KERBEROS configuration piece.

Using the domain CORP.PSI; I get the following output when testing the Kerberos setup.

root@beubuntu:/home/myname# kinit administrator@Corp.psi
kinit(v5): Improper format of Kerberos configuration file while initializing Kerberos 5 library


krb5.conf

[logging]
default = FILE:/var/log/krb5.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log

[libdefaults]
default_realm = CORP.PSI
dns_lookup_realm = false
dns_lookup_kdc = true
ticket_lifetime = 24000

[realms]
CORP.PSI = {
kdc = dc1test.Corp.psi
admin_server = dc1test.Corp.psi
default_domain = CORP.PSI }

[domain_realm]
.CORP.PSI = CORP.PSI
CORP.PSI = CORP.PSI


The DC is using windows 2000. Any thoughts on possibly what's wrong with this configuration?

Thank you for your time.