[zeromq-dev] Using ZeroMQ Security with gssapi

Mike Gatny mgatny at connamara.com
Thu Jan 22 08:08:52 CET 2015


>
> (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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150122/587e5355/attachment.htm>


More information about the zeromq-dev mailing list