Closed JTrotta closed 2 years ago
Anyone have an example configuration working with AD?
I cannot provide support, especially cannot do that for environment spesific problems. The last time I personally used this library with AD I added config example to the passport.js plugin version of this to https://github.com/vesse/passport-ldapauth/#active-directory-over-ssl-example
Maybe try Stackoverflow?
Hello. I'm trying to connect to a WS domain with no success, using: "url": "ldap://x.x.x.x:389", "bindDN": "CN=Administrator,OU=GROUPA,CN=Users,DC=domain,DC=local", "bindCredentials": "password", "searchBase": "DC=domain,DC=local", "searchFilter": "(uid={{username}})"
On windows I got these errors:
Any help?