On Sat, Sep 04, 2010 at 09:39:19AM -0600, DRC wrote: > On 9/4/10 12:34 AM, Martin Koegler wrote: > >The client skips security types, if it is not somewhere in its > >SecurityType parameter. > > I guess I will have to build and test it when I'm back in the > office, because I still cannot picture what's going on.
Imagine this situation: server: - admin starts it with following parameter: "-SecurityTypes VeNCrypt,Plain,TLSNone,None" client: - started with following parameter "-SecurityTypes VeNCrypt,TLSNone,Plain" In this situation client will select VeNCrypt security type because server has it enabled and it is the first on the client's list and then client selects TLSNone subtype, because it is more preferred than Plain subtype. Second scenario, server is started as before. client: - started with "-SecurityTypes VeNCrypt,X509Plain,VncAuth" Now client selects VeNCrypt security type, as before, but then authentication fails because there is no enabled type on the client which matches any of the server's type. Hope this quick explanation was helpful. Regards, Adam -- Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Tigervnc-devel mailing list Tigervnc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-devel