We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8af05 commit b159f44Copy full SHA for b159f44
1 file changed
cmd/tinyauth/tinyauth.go
@@ -34,6 +34,10 @@ func NewTinyauthCmdConfiguration() *config.Config {
34
ForgotPasswordMessage: "You can change your password by changing the configuration.",
35
BackgroundImage: "/background.jpg",
36
},
37
+ Ldap: config.LdapConfig{
38
+ Insecure: false,
39
+ SearchFilter: "(uid=%s)",
40
+ },
41
Experimental: config.ExperimentalConfig{
42
ConfigFile: "",
43
0 commit comments