I am setting up samba in a windows 2003 environment and am trying to confirm kerberos authentication. When I run kinit on my Linux machine I get a message kinit administrator@cablecar.local administrator@cablecar.local's Password kinit:: krb5_get_init_creds: unable to reach any KDC in realm cablecar..local I can ping my domain server by name just fine. Am I missing something that needs to be either done on windows or on linux to enable that I also tried modifying krb5.conf to no avail also [libdefaults] default_realm = CABLECAR.LOCAL clockskew = 300 [realms] CABLECAR.LOCAL = { kdc = email.cablecar.local default_domain = cablecar.local kpasswd_server = email.cablecar.local admin_server = email.cablecar.local } [domain_realm] .cablecar.local = CABLECAR.LOCAL my windows dns server is the only namesever listed in resolv.conf I am at a loss what am I missing thanks bob
Geir A. Myrestrand
2006-Nov-11 01:30 UTC
[Samba] getting linux to authenticate with windows 2003
Bob Jaques wrote:> I am setting up samba in a windows 2003 environment and am trying to > confirm kerberos authentication. > When I run kinit on my Linux machine I get a message > > kinit administrator@cablecar.local > administrator@cablecar.local's Password > kinit:: krb5_get_init_creds: unable to reach any KDC in realm > cablecar..local >Bob, try this command: kinit administrator@CABLECAR.LOCAL -- Geir A. Myrestrand