Hi @sidharth.chaudhary ,
Thanks for replying, here’s my config.json:
“_csrf”: “”,
“PROVISIONING_TICKET”: “”,
“AD_HUB”: “https:///lo/hub”,
“LDAP_URL”: “ldap://localhost:389”,
“LDAP_BASE”: “ou=people,o=demo”,
“LDAP_BIND_USER”: “cn=admin,o=demo”,
“LDAP_SEARCH_QUERY”: “(&(objectClass=inetorgperson)(cn={0}))”,
“LDAP_SEARCH_ALL_QUERY”: “(objectclass=inetorgperson)”,
“LDAP_USER_BY_NAME”: “(cn={0})”,
“ENABLE_WRITE_BACK”: true,
“ENABLE_ACTIVE_DIRECTORY_UNICODE_PASSWORD”: false,
“PORT”: 49762,
“ANONYMOUS_SEARCH_ENABLED”: true,
“WSFED_ISSUER”: “urn:”,
“CONNECTION”: “eDirectory”,
“CLIENT_CERT_AUTH”: false,
“KERBEROS_AUTH”: false,
“FIREWALL_RULE_CREATED”: false,
“REALM”: “urn:auth0:”,
“SITE_NAME”: “eDirectory”,
“urn:auth0:”: “https:///login/callback”,
“LDAP_BIND_CREDENTIALS”: “$2$.71a4ec89e96c10a54f94f3d2007e755b.5872ad1bcc619c3347029be4c9ac070e.03d264d01a2175f9917a5a755b87c85e”,
“SERVER_URL”: “http://:49762”,
“LAST_SENT_THUMBPRINT”: “3ae89dc0eb7dc5309a28b4c1dad659b176abba9e”,
“TENANT_SIGNING_KEY”:
Using the AD/LDAP Connector admin tool, in Troubleshooting, the troubleshooter failed the NLTEST, does it matter? I’m not connecting to AD. It did return my test user from my config. But in Search, both “Find user by login” and “Search users” failed to return my test user:
I’m running out of ideas here, please help.
Thanks,
Karmen