Commit Graph

6 Commits

Author SHA1 Message Date
Compunautics
ef92234e65
Allow user lookup by apikey
This plugin breaks the GCode Viewer as is. When using this plugin and accessing the GCode Viewer, one gets this error in the log:

TypeError: findUser() got an unexpected keyword argument 'apikey'

This commit ensures that the findUser function knows how to handle the 'apikey' parameter from ~/octoprint/server/util/__init__.py if submitted.
2019-02-09 13:50:48 -06:00
Ryan Gartin
5e9f0e9ffa Adding ability to limit LDAP login to users in specific group(s) 2018-01-28 12:09:55 -05:00
Guillaume GILL
4f63b72274 Add plugin configuration and inprove README 2017-11-26 23:14:46 +01:00
Guillaume GILL
88fb9db967 Secure LDAP strings and improve user search 2017-11-08 10:23:23 +01:00
Guillaume GILL
ac6f66b083 Make LDAP auth fonctionnal 2017-11-08 00:35:38 +01:00
Guillaume GILL
9f57379f16 Initial commit 2017-11-07 00:58:01 +01:00