Hello,
I am trying to configure windbind and kerberos on my Fedora 15 to connet to my Windows 2003 server environment. But I keep getting this message:
Code:
libads/kerberos.c:333(ads_kinit_password)
kerberos_kinit_password ECP01BCA$@MSA.MDSA.NET failed: Client not found in Kerberos database
Heres my krb5.conf:
Code:
[logging]
default = FILE10000:/var/log/krb5lib.log
[libdefaults]
ticket_lifetime = 24000
default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc
default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc
dns_lookup_realm = yes
dns_lookup_kdc = yes
default_realm = MSA.MDSA.NET
[realms]
MSA.MDSA.NET = {
kdc = *
admin_server =
default_domain = MSA.MDSA.NET
kdc = *
}
[domain_realm]
.msa.mdsa.net = MSA.MDSA.NET
msa.mdsa.net = MSA.MDSA.NET