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...
+1 any update?
For simplicity, I was fine with Terraform allowing a true dynamic value and allowing the provider to throw an error should there be a validation issue. As long as the...
+1 for having jobs executed against multiple servers, or to simply have the cron create a job for each server in the list. Then the display graph could show the...