[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem in client/server with heimdal



"Ashish Deshpande" <ashish_deshpande@hotmail.com> writes:
>   can someone tell me how to run the sample client and server given
> with heimdal?

You need to run:

ktutil get -p foo/admin get test/`hostname'

to retrieve a key for the `test/hostname' principal and store than in
the keytab.  Replace `foo/admin' with your admin principal.

Then you should just be able to run:

hostname# gssapi_server

and then with tickets:

somewhere# gssapi_client hostname

where the server is running on hostname.

/assar