mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-30 12:02:28 +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.",
|
ForgotPasswordMessage: "You can change your password by changing the configuration.",
|
||||||
BackgroundImage: "/background.jpg",
|
BackgroundImage: "/background.jpg",
|
||||||
},
|
},
|
||||||
|
Ldap: config.LdapConfig{
|
||||||
|
Insecure: false,
|
||||||
|
SearchFilter: "(uid=%s)",
|
||||||
|
},
|
||||||
Experimental: config.ExperimentalConfig{
|
Experimental: config.ExperimentalConfig{
|
||||||
ConfigFile: "",
|
ConfigFile: "",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user