Chris F Ravenscroft
Chris F Ravenscroft
I hope I didn't make any mistake. I've never used github's UI to resolve conflicts before :/ Anyway, let me know. PS: I am not putting the "db_connection_string" string behind...
@agrinman any update? Let me know if I should bring this now fairly dated pull request up to date.
(Thanks @nomandera !) . @zhangyongquanpt -> This means that you have both a `[backends]` directive (still valid for backward compatibility) and a `[[backends]]` directive in your configuration file. Simply get...
OK that's a fair comment. It appears that folks are using GLAuth for more in-depth use cases than originally anticipated so we should start investigating arbitrary attributes accordingly.
Current thinking for the config file (databases would be handled differently obviously): ``` [[users]] name = "hackers" uidnumber = 5001 primarygroup = 5501 passsha256 = "6478579e37aff45f013e14eeb30b3cc56c72ccdc310123bcdf53e0333e3f416a" # dogood [[users.capabilities]] action...
I just checked in rate limiting for failed binds as this, indeed, seems like the most important one. We could, conceivably, add more rate limiting for everyday operations but at...
Thanks for the comprehensive report. I am looking into this. I may have follow-up questions soon.
Can you email me your (anonymized) configuration file at chris [at] zteo.com? With my own config files, I am not seeing this issue.
Still learning Go, but one thing that's become pretty clear to me is that code complexity, when expressed in number of "return" statements, should follow different rules when applied to...
This is definitely a major enhancement request. It is likely that we will look into it over an extended period of time. We would need to support the bind mechanism...