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

manjunatha-bala
Deputy Chef I
Deputy Chef I

HI Berenice,

 

ldap:

xxx_active_directory:

url:

ldap://host.ldap.local.com:389

username: domain\myusername

password: Password should be in encrypted.

base: dc=mydc,dc=local

 

 

thanks Manjunatha, I'll give it a try

tstack
Deputy Chef I
Deputy Chef I

Hello, I am also getting the same error. I just want to verify that this solution worked and what was being proposed was to add the domain to the Username? Can I get confirmation on that please.

Thanks so much.

Tracy

hi Tracy, adding the domain and followed the steps I posted worked for me. Regards