add storage-metadata to new config scheme

This commit is contained in:
A.Unger
2021-03-12 15:17:06 +01:00
parent eb44997e43
commit fb460f794f
2 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "ldap-uri",
Value: flags.OverrideDefaultString(cfg.Ldap.URI, "http://localhost:9125"),
Value: flags.OverrideDefaultString(cfg.Ldap.URI, "ldap://localhost:9125"),
Usage: "URI of the LDAP server (glauth)",
EnvVars: []string{"IDP_LDAP_URI"},
Destination: &cfg.Ldap.URI,