Guys,<br>I believe I made some progress here. Looking at the logs whem murmur connects,<br>I can see that it is using the EXTERNAL protocol and:<br>13736: server: got command &quot;AUTH EXTERNAL 532d312d352d32312d35323730323739332d31<br>
3939363639313833372d3331353537363833322d32383035&quot;<br>13736: server: Trying mechanism EXTERNAL<br>13736: server: data: &#39;S-1-5-21-52702793-1996691837-315576832-2805&#39;<br><br>This SID is the same authentication string used in cygwin for ex to encrypt the<br>
password.<br>If I compare to the case of the java client, I get:<br>13932: server: got command &quot;AUTH EXTERNAL 6a6f67&quot;<br>13932: server: Trying mechanism EXTERNAL<br>13932: server: data: &#39;jog&#39;<br><br>which comes from the fact that the java client blindly uses the <a href="http://user.name">user.name</a> property<br>
as credential.<br>Now, I still your help there: anyone knows how and where I can get this authorization<br>string (the S-1-.. etc one) from java or win32 api ? I know that asking this to a<br>linux bunch is almost hopeless, but who knows... <br>
<br>Cheers<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /jog<br><br>