Reply To: NLA CredSSP Authentication failed

#51054
ConfGen
Keymaster
  • Total Post: 10696
  • Jedi Master
  • ★★★★★★★

Your wnos.ini looks very buggy. It seems that you have copy&paste things from one location to another, Generally, this is not an issue. However, you have pasted in “one-line” parameters.
Example:
VDIBroker=https://****.****.****.com \
AutoConnectList=****FARM \
ConnectionBroker=Microsoft \
EnableOK=Yes \
DisableGuest=yes \
DomainList=”vdnet” \

AddCertificate=VDRoot.cer \

SessionConfig=RDP \
EnableNLA=no \
SessionConfig=RDP \
USBRedirection=RDP \
enablerecord=yes

Correct would be

VDIBroker=https://****.****.****.com \
AutoConnectList=****FARM \
ConnectionBroker=Microsoft

SignOn=yes
EnableOK=Yes \
DisableGuest=yes \
DomainList=”vdnet”

SessionConfig=RDP \
EnableNLA=no \
SessionConfig=RDP \
USBRedirection=RDP \
enablerecord=yes

And this is just one example.
You should recreate your whole wnos.ini with ConfGen to get all the issues sorted out.
After that, we can continue troubleshooting.

CG