Mit Kerberos Client With trusted Active directories

2008-01-04 Thread e70965
Hi, I have Domain_A and Daomain_B (Both are Win2003 Servers).I have made two-way trust between Both AD servers. I want to do Kerberos authentication from machine which is joined to Domain_A using Domain_B user's account. In this case Suppose my client (in Daomin_A) do not have the access to

Re: GSSAPI on Linux using Windows AD Servers as KDCs - Errors about Keytab Entries

2008-01-04 Thread Douglas E. Engert
Jason D. McCormick wrote: Hello, I'm attempting to get NFSv4 working using Krb5/GSS credentials. I've successfully set this up a number of times using MIT KDCs. However for this implementation I have to use existing MS Windows Active Directory (2003R2) servers as the KDCs

Re: Mit Kerberos Client With trusted Active directories

2008-01-04 Thread Douglas E. Engert
e70965 wrote: Hi, I have Domain_A and Daomain_B (Both are Win2003 Servers).I have made two-way trust between Both AD servers. I want to do Kerberos authentication from machine which is joined to Domain_A using Domain_B user's account. In this case Suppose my client (in Daomin_A) do

Re: Tickets Longer Than Wanted?

2008-01-04 Thread John Hascall
John == John Hascall [EMAIL PROTECTED] writes: John Given the following code snippet: krb5_creds rq; time_t now = time(NULL); memset(rq, 0, sizeof(rq)); rq.times.starttime = now; rq.times.endtime = now +

Re: Tickets Longer Than Wanted?

2008-01-04 Thread Tom Yu
John == John Hascall [EMAIL PROTECTED] writes: John Given the following code snippet: krb5_creds rq; time_t now = time(NULL); memset(rq, 0, sizeof(rq)); rq.times.starttime = now; rq.times.endtime = now + 1024;