Matt Prahl

Results 57 comments of Matt Prahl

Hi @cheeseplus, So my suites section looks something like this in my .kitchen.yml file: ``` suites: - name: kitchenSuiteOne - name: kitchenSuiteTwo - name: kitchenSuiteThree - name: kitchenHyperV ``` All...

@dkraklan that is quite strange since the same code should be executing on both HTTP and HTTPS. Are there any additional logs or information you could provide?

It currently strips the `@domain.local` part and replaces it with the global configuration for the domain. You can see the code at: https://github.com/mprahl/ADReset/blob/master/resources/classes/ADLogin.php#L73

Unfortunately, I'm fairly busy these days but I'll try to get around to troubleshooting this soon. I'm also hoping that in the relatively near future I'll have time to rewrite...

What versions of Windows Server are the Domain Controllers you are configuring ADReset to use? FYI, I'm in the process of rewriting the app to use modern web technology at:...

@jttalasan what version of IE do you require? Would IE9+ be ok?

It's a bug, but since I'm rewriting this application in the [ADReset2 repo](https://github.com/mprahl/ADReset2), I'll only provide a workaround. The issue is that the code checks to see what the configured...

@chenboshiun did that work for you? I recommend properly configuring the CA to use, but the suggestion from @geektalz is a valid workaround.

If I were to guess, it's probably a certificate trust issue. If you're deploying this on Linux, is `TLS_CACERT` in `/etc/ldap/ldap.conf` correctly configured?