Thanks Jayme,

SRS runs on Solaris 10


I have been looking around for windows server NLA settings for a while, and just found the solution:

./uttsc -v
2.6.2_07
./uttsc server
The server requires NLA
please specify user and password on the command line
./uttsc -u user -p server
Network Level Authentication failed

Edit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\SecurityLayer=0
if its just for testing which I assume is the case :)
no result RS

Start PowerShell and try disabling NLA for RDP with the following command:
PS C:\> (Get-WmiObject -class "Win32_TSGeneralSetting" -Namespace root\CIMV2\TerminalServices -Filter
 "TerminalName='RDP-tcp'").SetUserAuthenticationRequired(0)
no result RS


group policy:
Computer Configuration - Administrative Templates - Windows Components
- Remote Desktop Services - Remote Desktop Session Host - Security -
Require user authentication for remote connections by using Network Level Authentication
*disabled*
now it works! RolandSassen



On 30-12-2013 19:47, Jayme Snyder wrote:
When in a linux session, have you tried with uttsc manually from a terminal? what happens?


On Mon, Dec 30, 2013 at 10:31 AM, Roland Sassen <[email protected] <mailto:[email protected]>> wrote:

    Using latest oracle sun ray server software and firmware, sun ray
    2, we cannot establish a kiosk connection
    to a windows 2012R2 server.
    Are their any windows or oracle sun ray server configurations to
    be made for ms windows server 2012R2?
    A connection with ms windows server 2012 is no problem.
    Thanks, Roland

    _______________________________________________
    SunRay-Users mailing list
    [email protected] <mailto:[email protected]>
    http://www.filibeto.org/mailman/listinfo/sunray-users




_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users


No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com>
Version: 2014.0.4259 / Virus Database: 3658/6961 - Release Date: 12/30/13


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to