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!
04-27-2022 04:02 PM
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
04-28-2022 03:32 PM
thanks Manjunatha, I'll give it a try
07-20-2022 09:59 PM
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
07-20-2022 10:11 PM
hi Tracy, adding the domain and followed the steps I posted worked for me. Regards