mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-03 23:16:18 +00:00
Small mistake in auth.go comment (#174)
This commit is contained in:
@@ -51,7 +51,7 @@ type LdapProvider struct {
|
|||||||
ParsedAdminGroupDN *ldap.DN `yaml:"-"`
|
ParsedAdminGroupDN *ldap.DN `yaml:"-"`
|
||||||
|
|
||||||
Synchronize bool `yaml:"synchronize"`
|
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"`
|
DisableMissing bool `yaml:"disable_missing"`
|
||||||
SyncFilter string `yaml:"sync_filter"`
|
SyncFilter string `yaml:"sync_filter"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user