JZ
JZ
Right, I just saw a link to this today so assumed it was fresh, I should have checked the commit history. Last commit was oct 2013. Thanks @npazo. I'll still...
Fourthed, cheers! z
@cmendla-cct, I'm not the maintainer, but curious what the use case for this is, and how it would be handled. Eg, if I log in, and my auth succeeds on...
@cmendla-cct - Ah ok, failover/HA. I had the same question. The configuration file allows for domain names: ``` # The IP address or Hostname of a DC (Domain Controller) on...
@Arcath - is this still an issue? Things look ok on first glance. If I can help here let me know, thanks.
@ghost - I don't know what the state that package is at in that manager. If compiling from source is an option, you could wait until https://github.com/kernc/logkeys/pull/143 is merged into...
That error is this line in the code: https://github.com/kernc/logkeys/blob/master/src/logkeys.cc#L431 The device is found by grepping the file you supplied, https://github.com/kernc/logkeys/blob/master/src/logkeys.cc#L335, but that regex should have matched on the line in...
It ought to, but I can't say for sure for all compilers.
@kernc - would you consider this a stale issue, or should it be left open?
Investigating further. models.py has the following: ``` # for the chosen lang (language I want to learn) # the ADMIN has the basic languages (owner=1) if not called_by_Obj: learning_lang =...