use physicist demo users

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-03-17 18:13:04 +01:00
parent bd43cb5cb9
commit b7a5b86405
3 changed files with 76 additions and 7 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "backend-basedn",
Value: "dc=owncloud,dc=com",
Value: "dc=example,dc=org",
Usage: "base distinguished name to expose",
EnvVars: []string{"GLAUTH_BACKEND_BASEDN"},
Destination: &cfg.Backend.BaseDN,