From ad935ad9275da77b1a939ff98bc142dc2d28179f Mon Sep 17 00:00:00 2001 From: Ruoxi Wang Date: Thu, 31 Aug 2023 01:26:43 +0800 Subject: [PATCH] Small mistake in auth.go comment (#174) --- internal/config/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/auth.go b/internal/config/auth.go index 626cd3a..805342b 100644 --- a/internal/config/auth.go +++ b/internal/config/auth.go @@ -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"`