Versions in this module Expand all Collapse all v1 v1.1.2 Feb 24, 2020 Changes in this version + type API struct + Cert string + Enabled bool + Key string + Listen string + SecretToken string + TLS bool + type Backend struct + BaseDN string + Datastore string + GroupFormat string + Insecure bool + NameFormat string + SSHKeyAttr string + Servers []string + UseGraphAPI bool + type Config struct + API API + AwsAccessKeyId string + AwsRegion string + AwsSecretAccessKey string + Backend Backend + ConfigFile string + Debug bool + Frontend Frontend + Groups []Group + LDAP LDAP + LDAPS LDAPS + Syslog bool + Users []User + WatchConfig bool + YubikeyClientID string + YubikeySecret string + type Frontend struct + AllowedBaseDNs []string + Cert string + Key string + Listen string + TLS bool + type Group struct + IncludeGroups []int + Name string + UnixID int + type LDAP struct + Enabled bool + Listen string + type LDAPS struct + Cert string + Enabled bool + Key string + Listen string + type User struct + Disabled bool + GivenName string + Homedir string + LoginShell string + Mail string + Name string + OTPSecret string + OtherGroups []int + PassAppSHA256 []string + PassSHA256 string + PrimaryGroup int + SN string + SSHKeys []string + UnixID int + Yubikey string Other modules containing this package github.com/glauth/glauth/v2