Xavier L.
Xavier L.
@josegonzalez anything I could do to help?
I found 3 files in `DOKKU_ROOT` that are being read in my case (with virtualhosts enabled): * `VERSION` * `ENV` * `VHOST` I don't see why there is both a...
Awesome! I'll get on that. I haven't looked at the files within the directories yet, but that's next on my steps.
Unfortunately I do not have any example readily available. I do know that the Drupal ldap module supports this use case.
I'm on mobile right now, but I'll add some details as soon as I get to a computer :smiley:
@harikt ldap. It's located in the function at http://cgit.drupalcode.org/ldap/tree/ldap_authentication/ldap_authentication.inc#n532. Line [562](http://cgit.drupalcode.org/ldap/tree/ldap_authentication/ldap_authentication.inc#n562) does the initial bind with the service account credentials, it then maps or searches for the given username, and...
Another implementation I've used in the past to get UTF-16 support. Using the `as_string` instance does the conversion from UTF-16LE to the native encoding. ```yaml unicode_16: seq: - id: first...
@stevefan1999-personal do you need/want assistance with this?
I can run some tests and push the resulting iptables changes here. I was under the impression that the original issue had delved into the details, but it doesn’t hurt...