You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug, not a question or a configuration issue.
This issue is not already reported on Github (I've searched it).
Bug description
Hello,
I'm currently trying to use multiple auth plugins with STPGo, to figure out if it's possible to have two different authentication methods. For testing-purposes I'm trying to configure the sftpgo/sftpgo-plugin-auth plugin twice. If I'm trying to do this the authentication plugins are crashing.
My ultimate goal is write a auth plugin for SFTPGo.
Steps to reproduce
configure the auth plugin twice
try to authenticate user
WebUI says "Invalid credentials, please retry"
plugin crash
remove second plugin
authentication is working
Expected behavior
Support for multiple auth plugins
SFTPGo version
2.6.6
Data provider
postgresql
Installation method
Community Docker image
Configuration
Dockerfile:
ARG VERSION=v2.6
FROM drakkan/sftpgo:${VERSION}-plugins
# Assume a valid ldap config fileCOPY ./config/ldap1.conf /etc/sftpgo/ldap1.conf
Bug description
Hello,
I'm currently trying to use multiple auth plugins with STPGo, to figure out if it's possible to have two different authentication methods. For testing-purposes I'm trying to configure the sftpgo/sftpgo-plugin-auth plugin twice. If I'm trying to do this the authentication plugins are crashing.
My ultimate goal is write a auth plugin for SFTPGo.
Steps to reproduce
Expected behavior
Support for multiple auth plugins
SFTPGo version
2.6.6
Data provider
postgresql
Installation method
Community Docker image
Configuration
Dockerfile:
Docker-Compose:
Relevant log output
What are you using SFTPGo for?
Medium business
Additional info
No response
The text was updated successfully, but these errors were encountered: