Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct { Datastore string BaseDN string Insecure bool NameFormat string GroupFormat string Servers []string SSHKeyAttr string UseGraphAPI bool }
Backend defined the available backend configuration.
type Config ¶
type Config struct { File string Log Log Debug Debug HTTP HTTP Tracing Tracing Ldap Ldap Ldaps Ldaps Backend Backend Fallback Backend Version string RoleBundleUUID string Context context.Context Supervised bool }
Config combines all available configuration parts.
Click to show internal directories.
Click to hide internal directories.