GSSAPI client on Windows
Kevin Coffman
kwc at citi.umich.edu
Tue Jul 5 12:51:51 EDT 2005
> Thank you Jeffrey but my program still fails the same way.
>
> I have replaced my "server/pc36 at DOMAIN.COM" with a "server/pc36.domain.com at DO
> MAIN.COM" in the KDC.
> I have imported the ticket in the pc35 local cache and I have modified my cli
> ent program to ask for server/pc36.domain.com at DOMAIN.COM credentials:
>
> >/* create server name */
> >name_string = (char *)malloc(32 * sizeof(char));
> >strcpy(name_string, "server/pc36.domain.com at DOMAIN.COM");
32 chars doesn't appear long enough for the string with fully-qualified
name ...
More information about the krbdev
mailing list