mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-30 03:52:29 +00:00
fix: add missing ldap search filter
This commit is contained in:
@@ -34,6 +34,10 @@ func NewTinyauthCmdConfiguration() *config.Config {
|
||||
ForgotPasswordMessage: "You can change your password by changing the configuration.",
|
||||
BackgroundImage: "/background.jpg",
|
||||
},
|
||||
Ldap: config.LdapConfig{
|
||||
Insecure: false,
|
||||
SearchFilter: "(uid=%s)",
|
||||
},
|
||||
Experimental: config.ExperimentalConfig{
|
||||
ConfigFile: "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user