You may want to broaden your search. Although I was unable to find specific Ubuntu document regarding Active directory, Kerberos and windows authentication. I was able to find Linux, Kerberos, AD under Windows (2000+) information which details a method that may assist you in your quest.
http://technet.microsoft.com/en-us/magazine/dd228986.aspx "Nicolas Michel" <[email protected]> wrote in message news:[email protected]... > Hi everyone, > > I'm trying to put my laptop on Ubuntu into a Microsoft domain. > After editing /etc/krb5.conf, I tried to get a ticket with kinit but > there is the error message : > kinit(v5): KDC reply did not match expectations while getting initial > credentials > > What does this error mean exactly? > > Here is my krb5.conf (I know the dns is strangly configured, I'm not the > one who has configure it ...) : > > [logging] > default = SYSLOG:INFO:DAEMON > > [libdefaults] > ticket_lifetime = 24000 > default_realm = PCS > default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc > default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc > dns_lookup_realm = false > dns_lookup_kdc = false > > [realms] > PCS = { > kdc = srv01 > admin_server = srv01 > default_domain = pcs.local > } > > [domain_realm] > .pcs.local = PCS > pcs.local = PCS > > I searched on the web but did not found something to solve the problem. > A little help could be so nice. > Thx. > ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
