remove unsupported drivers from the documentation

This commit is contained in:
Willy Kloucek
2022-05-02 13:36:15 +02:00
parent 47ed302e43
commit 061808ca72
5 changed files with 8 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ type GRPCConfig struct {
}
type AuthProviders struct {
JSON JSONProvider `yaml:"json"`
JSON JSONProvider `yaml:"json"` // not supported by the oCIS product, therefore not part of docs
LDAP LDAPProvider `yaml:"ldap"`
OwnCloudSQL OwnCloudSQLProvider `yaml:"owncloud_sql"`
}