[FreeNX-kNX] Protocol mismatch or no authentication data
Fabian Franz
FabianFranz at gmx.de
Wed Mar 7 20:37:34 UTC 2007
> On Mar 7, 2007, at 9:51 PM, Fabian Franz wrote:
>
> >> Hi,
> >> We managed to finally connect to a 2.1.0 server using a 2.1.0 client
> >> by patching nxnode.
> Sorry, I am on a different machie to the patch and was not clear enough.
>
> When I look at <http://svn.berlios.de/wsvn/freenx/freenx-server/trunk/
> nxnode?op=file&rev=0&sc=0> I still see:
>
> proxy_cookie=$(echo $[$RANDOM*$RANDOM] | $COMMAND_MD5SUM |
> cut -d" " -f1)
>
> if [ "$clientproto" = "1.5.0" ]
> then
> # enable fake cookie authentication
> cookie=$proxy_cookie
> fi
>
> Perhaps you moved the svn and the FAQ? :)
Ah, I think I do understand now what you mean.
You mean you patched nxserver to advertise as being a 2.1.0 and such the client also then sends a 2.1.0 instead of 1.5.0 and such that patch is necessary, yes?
So fixing it we could just do:
if client_version != 1.4.0 as no one has 1.3x clients anyway ...
cu
Fabian
More information about the FreeNX-kNX
mailing list