creating ldap user was not setting ldapuser flag
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -124,6 +124,7 @@ func AddUser(c *gin.Context) {
|
||||
u := models.User{}
|
||||
u.UserName = input.UserName
|
||||
u.Password = input.Password
|
||||
u.LdapUser = input.LdapUser
|
||||
|
||||
// Determine which GroupId to save
|
||||
// Can be specified either by GroupName or GroupId in the request
|
||||
|
Reference in New Issue
Block a user