Small mistake in auth.go comment (#174)

This commit is contained in:
Ruoxi Wang 2023-08-31 01:26:43 +08:00 committed by GitHub
parent 53b4922d9f
commit ad935ad927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ type LdapProvider struct {
ParsedAdminGroupDN *ldap.DN `yaml:"-"`
Synchronize bool `yaml:"synchronize"`
// If DisableMissing is false, missing users will be deactivated
// If DisableMissing is true, missing users will be deactivated
DisableMissing bool `yaml:"disable_missing"`
SyncFilter string `yaml:"sync_filter"`