You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have RD setup on a RedHat server and have Kerberos authentication configured on that server for our AD domain.
When I change the plugin auth to 'kerberos' instead of 'negotiate', I fail to connect with the following error:
/usr/local/share/gems/gems/winrm-2.2.3/lib/winrm/connection_opts.rb:72:in `validate_required_fields': user is a required option (RuntimeError)
16:23:59 from /usr/local/share/gems/gems/winrm-2.2.3/lib/winrm/connection_opts.rb:61:in `validate'
16:23:59 from /usr/local/share/gems/gems/winrm-2.2.3/lib/winrm/connection_opts.rb:33:in `create_with_defaults'
16:23:59 from /usr/local/share/gems/gems/winrm-2.2.3/lib/winrm/connection.rb:66:in `configure_connection_opts'
16:23:59 from /usr/local/share/gems/gems/winrm-2.2.3/lib/winrm/connection.rb:29:in `initialize'
16:23:59 from /var/lib/rundeck/libext/cache/rd-winrm-plugin-1.7.0/winrmexe.rb:135:in `new'
16:23:59 from /var/lib/rundeck/libext/cache/rd-winrm-plugin-1.7.0/winrmexe.rb:135:in `<main>'
Why does the error output specify I'm missing a 'user' option?
I see a valid 'user' listed in the 'variables' output in my debug.
I have tested that this user can log into my RD server locally using kerberos, and it passes my kinit tests.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
I have RD setup on a RedHat server and have Kerberos authentication configured on that server for our AD domain.
When I change the plugin auth to 'kerberos' instead of 'negotiate', I fail to connect with the following error:
Why does the error output specify I'm missing a 'user' option?
I see a valid 'user' listed in the 'variables' output in my debug.
I have tested that this user can log into my RD server locally using kerberos, and it passes my kinit tests.
Am I missing something here?
The text was updated successfully, but these errors were encountered: