>
> (peter) ~/tmp sudo ./gssapi-client &
>

Don't run the client under sudo -- that will cause you to acquire
credentials as root instead of using the tickets you obtained when you ran
kinit as "peter".

Do I also need to change the "host" in gssapi-client.c and gssapi-server.c
>

No need -- the default "host" principal will work if you are running the
server as root.

To summarize, do the following as "peter":

kdestroy
kinit
./gssapi-client &
sudo ./gssapi-server


--
Mike Gatny
Connamara Systems, LLC
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to