Hi,
I have setup rundeck 2.10.8 on linux machine and configured winrm to execute a job on windows machine. If i run a basic command like hostname via Rundeck job it works.
I need to run the job via domain user. I configured krb5.ini, resources.xml for domain user but when i execute the job i get below error:
[overthere-winrm:servername.domain] failed: WinRM Error: Unexpected HTTP response on http://servername.domain:5985/wsman: (401)
Failed: WinRMProtocolError: WinRM Error: Unexpected HTTP response on http://servername.domain:5985/wsman: (401)
Execution failed: 105 in project tesing_windows: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [servername.domain: WinRMProtocolError: WinRM Error: Unexpected HTTP response on http://servername.domain:5985/wsman: (401) + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {servername.domain=[WinRMProtocolError: WinRM Error: Unexpected HTTP response on http://servername.domain:5985/wsman: (401) + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]
Any directions on this will be helpful.
Thanks,
Rahul
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/a75be46a-2af2-4805-80da-702362ef3d1c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/c729206c-7729-4379-8e3c-1c6580613379%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/11a62e66-5b32-4da0-b91a-889d3da0a30e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/CAFX4brDY-NFcBS1Hu6zdaPRT1y4WE03%2BSA-%2BCpADOhqU%3Dw%2BhcQ%40mail.gmail.com.
set RDECK_CLI_OPTS=-Xms512m -Xmx1024m
set RDECK_CLI_OPTS=-Xms512m -Xmx1024m -Dloginmodule.conf.name=jaas-activedirectory.conf -Dloginmodule.name=activedirectory
set CURDIR=%~dp0
call %CURDIR%etc\profile.bat
java %RDECK_CLI_OPTS% %RDECK_SSL_OPTS% -jar rundeck-launcher-2.10.8.jar --skipinstall -d
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/27f6a741-ae94-4e93-ad66-8b226e0071be%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/94fe0753-fb9c-4d0c-b994-658d68ffd15d%40googlegroups.com.
I configured my conf file after going through this link. I shared the file with you as well. Is there anything wrong in the configuration?Thanks,
Rahul
On Wed, 25 Apr 2018, 7:44 am , <edu...@rundeck.com> wrote:
--Rahul,Noticed I missed the link for the AD login module template : http://rundeck.org/docs/administration/authenticating-users.html#active-directoryLooking forward to your feedback!Eduardo Carrasco
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to rundeck-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/e6fdf027-c69b-40f7-9e95-07ea35cc17e6%40googlegroups.com.