Hi, I'm attempting to port kerberos 5-1.2.2 to the QNX platform, I have kinit running and can aquire tickets from a kdc server running on a seperate linux box.
When I try to use the simple client (sim_client) from a QNX get the following error from the simple_server (running on a linux box) [root@dell3 server]# ./sim_server -p 7777 Received 484 bytes ./sim_server: Wrong principal in request while reading request I can connect to the server correctly if I run the client from a linux box. My ticket cache on the QNX box is: bash-2.04$ klist Ticket cache: FILE:/tmp/krb5cc_1821 Default principal: [EMAIL PROTECTED] Valid starting Expires Service principal 01/30/02 10:59:46 01/30/02 20:59:46 [EMAIL PROTECTED] 01/30/02 10:59:50 01/30/02 20:59:46 [EMAIL PROTECTED] Kerberos 4 ticket cache: /tmp/tkt1821 klist: You have no tickets cached So it appears that I have the correct ticket for this service, the only thing I can think of is that the QNX box's IP resolves to a qnx1.bristol.quadrics.com address rather than qnx1.quadrics.com - is this likely to cause problems? I have noticed that the sim_client sends authentication data of 484 bytes on the QNX box, but only sends 471 bytes, is this significant? Any help appreciated Alan Keane [EMAIL PROTECTED]
