Tyler
Tyler
This is still an issue, and not an AWS API limitation as this point.
@jondmoon What settings did you use for LDAP? I wasn't able to authenticate with the settings I used. ``` var options = { url: "ldap://ldapserver1.companyName.com", bindDN: "uid=someUserAccount,ou=users,dc=companyName,dc=com", bindCredentials: 'someUserAccountPassword', searchBase:...
@jondmoon Thanks for that, that was quite helpful as I'm not experienced with AD. However, when I tried to implement and test this, I had an error. I took the...
@daffl I’m not sure on the possibilities of testing using CI; however, if you’d like some assistance in testing in general, I work in an AD environment.
I’m not too familiar with Github actions as I’ve only done CI with Jenkins and Gitlab, but as long as it follows the same principles, it should be. I found...