cancel
Showing results for 
Search instead for 
Did you mean: 

OPA LDAP- Missing or faulty ldap profile

bcastro
Deputy Chef I
Deputy Chef I

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!


5 REPLIES 5

tstack
Deputy Chef I
Deputy Chef I

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.