Denis
Denis
You need to edit security.yml to configure the ldap plugin, https://github.com/BorisMorel/LdapBundle#configure-securityyml
I backed up my existing security.yml, and pasted that entire example into a new file as-is. I'm still working on getting my LDAP server running so that I can bind...
Last I checked, Android would complain at you and make you uninstall a version with the wrong key before installing the new APK. But that definitely doesn't help the fact...
From what I'm gathering from the docs, if signature verification is turned on in recovery (which it isn't for most people, but we'll assume that it is for people in...
> > The other problem I could think of is that you're missing to call `.connect()` on the created `Connection` object? This has recently changed in the API, so whatever...
Or as per the minimal example, it can go on its own line after you've configured all the connection parameters: https://github.com/tediousjs/tedious/blob/master/examples/minimal.js#L29
Upon looking into it further, it looks like the internal trie is actually an array of more trie objects. So ideally getTrie should convert everything into an associative array and...
+1 on this. I might work on implementing it myself at some point.