mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
namespace user config dir with ocis
This commit is contained in:
@@ -3,6 +3,7 @@ package flagset
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/micro/cli/v2"
|
||||
"github.com/owncloud/ocis/glauth/pkg/config"
|
||||
@@ -51,7 +52,7 @@ func mustUserConfigDir() string {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return path.Join(dir, "ldap")
|
||||
return filepath.Join(dir, "ocis", "ldap")
|
||||
}
|
||||
|
||||
// ServerWithConfig applies cfg to the root flagset
|
||||
|
||||
Reference in New Issue
Block a user