mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
clarify cs3 claims
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -254,7 +254,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
&cli.StringFlag{
|
||||
Name: "user-cs3-claim",
|
||||
Value: flags.OverrideDefaultString(cfg.UserCS3Claim, "mail"),
|
||||
Usage: "The claim to use when looking up a user in the CS3 API, eg. 'userid' or 'mail'",
|
||||
Usage: "The CS3 claim to use when looking up a user in the CS3 users API, eg. 'userid', 'username' or 'mail'",
|
||||
EnvVars: []string{"PROXY_USER_CS3_CLAIM"},
|
||||
Destination: &cfg.UserCS3Claim,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user