<div dir="ltr">Hi guys,<br><br>I have the problem with Powershell support in AD/LDAP Connector. My resource and my enviroment have been set according to guide:<br><a href="https://wiki.evolveum.com/pages/viewpage.action?pageId=22741970">https://wiki.evolveum.com/pages/viewpage.action?pageId=22741970</a><br><br>I have tested winrs command with HTTPand it worked ok in MidPoint:<br><code>winrs -r:<a href="http://10.50.5.220:5985">http://10.50.5.220:5985</a> -u:$winrm_user -p:$winrm_password powershell.exe -command "Import-Module ActiveDirectory, ... "</code><br><br><br>But there is the problem with HTTPS. <br><code>winrs -r:<a href="https://aspidm-ws2012.ibacz.cz:5986">https://aspidm-ws2012.ibacz.cz:5986</a> -u:$winrm_user -p:$winrm_password powershell.exe -command "Import-Module ActiveDirectory, ... "</code><br><br><i>I have set all prerequisites (import certificates, open port) but i have got error:<br>Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:Access is denied.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:Access is denied.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:Access is denied.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:Access is denied.)</i><br><br>I was able to run it  successfully only from my powershell console on local computer but not in MidPoint. I have noticed that you have "-ad" argument in Midpoint powershell examples. It is required ?<br><br>My enviroment is: <br>Version            3.7-SNAPSHOT<br>Git describe      git-v3.7devel-167-gb5a6286835<br>Connector        com.evolveum.polygon.connector.ldap.ad.AdLdapConnector 1.4.5<br><br>I've have tried to add "-ad" but i have got error message:<br><code>winrs -ad -r:<a href="https://aspidm-ws2012.ibacz.cz:5986">https://aspidm-ws2012.ibacz.cz:5986</a> -u:$winrm_user -p:$winrm_password powershell.exe -command "Import-Module ActiveDirectory, ... "</code><br><i><br>Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure.): Can't process shadow: null (OID:null): Generic error in connector: org.identityconnectors.framework.common.exceptions.ConnectorException(Script execution failed (status code 1): ????Winrs error:The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure.)</i><br><br>Then I've tried to set winRmAuthenticationScheme.display = basic or winRmAuthenticationScheme.display = credssp and I've got error message:<br><br><i>Can't process shadow: null (OID:null): Generic error in connector: javax.xml.ws.soap.SOAPFaultException(Error reading XMLStreamReader: Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0])->com.ctc.wstx.exc.WstxEOFException(Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0]): Can't process shadow: null (OID:null): Generic error in connector: javax.xml.ws.soap.SOAPFaultException(Error reading XMLStreamReader: Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0])->com.ctc.wstx.exc.WstxEOFException(Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0]): Can't process shadow: null (OID:null): Generic error in connector: javax.xml.ws.soap.SOAPFaultException(Error reading XMLStreamReader: Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0])->com.ctc.wstx.exc.WstxEOFException(Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0]): Can't process shadow: null (OID:null): Generic error in connector: javax.xml.ws.soap.SOAPFaultException(Error reading XMLStreamReader: Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0])->com.ctc.wstx.exc.WstxEOFException(Unexpected EOF in prolog? at [row,col {unknown-source}]: [1,0])</i><br><br><br>Do you have any suggestions ?<br><br>Best Regards<br>Lubomir Odlevak<br><br><br><br><div><div><div><table class="gmail-table gmail-table-striped gmail-table-hover gmail-table-bordered" id="gmail-id2b1"><tbody><tr id="gmail-id2d0"><td style="max-width:250px;word-wrap:break-word"></td><td style="max-width:250px;word-wrap:break-word"></td></tr></tbody></table></div></div></div></div>