From 8ad00a3a32275bd18885208d6c32cf6d6ff31fdd Mon Sep 17 00:00:00 2001 From: Stainless888 <79852293+Stainless888@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:45:51 +0100 Subject: [PATCH] Update config.go fix the typo for ldap_group_gid --- models/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/config.go b/models/config.go index 3d1bd8f..66bf2a5 100644 --- a/models/config.go +++ b/models/config.go @@ -49,7 +49,7 @@ type ConfigBodyPost struct { RobotTokenDuration int `json:"robot_token_duration,omitempty"` LdapVerifyCert bool `json:"ldap_verify_cert,omitempty"` - LdapGroupGID string `json:"ldap_group_id,omitempty"` + LdapGroupGID string `json:"ldap_group_gid,omitempty"` } type ConfigBodyResponse struct {