Create sys_alias record to store LDAP credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2023 01:40 AM
I am using a custom flow to run powershell to retrieve LAPs password from AD. For that I have created a custom action and added a powershell step. Also created a connection and credential alias with connection type basic. Added a connection and credentials of type basic auth. The credentials contain the LDAP credentials. Not sure, if the type of records selected while cresting the alias are correct. When I click on test powershell step. I get this error:
Also, if I test the action, this is the error I get:
Invalid parameter Stack Trace: at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementPath.CreateWbemPath(String path) at Microsoft.PowerShell.Commands.GetWmiObjectCommand.BeginProcessing()
Please let me know if any one has come across a similar configuration or similar error message. If its a credential issue, how should I create the alias. Any help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 03:37 AM
Hi Subhajit
Did you resolve this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 03:39 AM
Yeah, it got resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2024 11:54 AM
Hi, how did you resolve the issue? I am facing same issue in Exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2024 09:59 PM
Actually we didnt use the connection alias, instead saved the password in password2 type system property and then retrieved it in the flow as we had to use the password in a powershell step in the flow.