โ04-27-2022 03:55 PM
Hello Automation Pros!
I am trying to connect to Active Directory using OPA.
1.-Created a group : Enterprise_AD
2.-Followed instruction for Windows Server. Agent is RUNNING!
3.-Created the AD Profile like this and placed it under :<INSTALL_HOME>/conf/config.yml
ldap:
xxx_active_directory:
url:
ldap://host.ldap.local.com:389
username: myusername
password: passwordincleartext
base: dc=mydc,dc=local
4.-Trying to connect using AD Connector: Getting Error: Missing or faulty ldap profile
5.-The profile is created using the sample provided by Workato and I don't see anything missing.
It seems like it can't read the file. Can this be related to permissions on the file?
Your help is appreciated!
โ07-20-2022 10:28 PM
I figured out that I had too many spaces in front of ldap as well. It's VERY particular in the configuration of the profile.