Delegierung als Standardauswahl

avatar
JulianH
Disabled

Hallo,

ist es möglich, wenn man sich auf einen Server per WaykNow einwählt, dass nur Delegierung ausgewählt ist und die anderen Optionen deaktiviert sind?
Kann das in einer Konfig festgelegt sein? Es gibt ja die WaykNow.cfg für solche Funktionen.

Mit freundlichen Grüßen
Julian Hahn

All Comments (2)

avatar

Hi,

It is indeed possible to disable SRP and PFP authentication options to leave only SRD (secure remote delegation). Here is a screenshot, with the server on the left, and the client on the right:

Those settings can be edited through a script either with the Wayk Now PowerShell or using the wayk-now config command-line interface:
https://github.com/devolutions/WaykNow-ps#security-properties

SRP is named "AllowedPersonalPassword" and PFP is named "AllowNoPassword" in the configuration file.

Best regards,

wayk_now_srd_only.png

avatar

Hello,

thanks for your help. I was looking for exactly that.
So now i have this properties:

"AllowPersonalPassword": false,
"AllowNoPassword": false

Regards
Julian