VMware Cloud Community
SatishPatil
Enthusiast
Enthusiast
Jump to solution

access ldap in workflows

Hi All,

Currently VCO is configured with AD for authentication. We have a usecase to manipulate ldap in the workflow. How to access LDAP in the workflow?

Any help appreciated.

Thx

Reply
0 Kudos
1 Solution

Accepted Solutions
igaydajiev
VMware Employee
VMware Employee
Jump to solution

Currently there is plugin available for AD. there is no generic LDAP plugin.

What comes to my mind is to wrap in workflows commands provided by external tools for managing ldap and execute them or use PowerShell plugin.

Writing an LDAP plugin is also an  option. If you don't need plugin inventory it is strait forward to expose library such as unboundid..

What would you like to manipulate?

When you say LDAP do you mean AD or generic LDAP?

View solution in original post

Reply
0 Kudos
2 Replies
igaydajiev
VMware Employee
VMware Employee
Jump to solution

Currently there is plugin available for AD. there is no generic LDAP plugin.

What comes to my mind is to wrap in workflows commands provided by external tools for managing ldap and execute them or use PowerShell plugin.

Writing an LDAP plugin is also an  option. If you don't need plugin inventory it is strait forward to expose library such as unboundid..

What would you like to manipulate?

When you say LDAP do you mean AD or generic LDAP?

Reply
0 Kudos
SatishPatil
Enthusiast
Enthusiast
Jump to solution

Manipulating generic LDAP.

I will use intermediary to integrate with ldap. Thanks for the response.

Reply
0 Kudos