Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
File string
Log Log
Debug Debug
HTTP HTTP
Tracing Tracing
Ldap Ldap
OpenIDConnect OpenIDConnect
Reva Reva
}
Config combines all available configuration parts.
type Ldap ¶
type Ldap struct {
Network string
Address string
UserName string
Password string
BaseDNUsers string
BaseDNGroups string
}
Ldap defined the available LDAP configuration.
type OpenIDConnect ¶
OpenIDConnect defined the available OpenID Connect configuration.
Click to show internal directories.
Click to hide internal directories.