mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-29 19:42:33 +00:00
Compare commits
3 Commits
feat/forwa
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
986ac88e14 | ||
|
|
b159f44729 | ||
|
|
43487d44f7 |
@@ -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