Add getInitScore().

This commit is contained in:
Yang Luo
2021-08-28 11:13:38 +08:00
parent eefcfd8440
commit b3eec024b8
6 changed files with 20 additions and 7 deletions

View File

@ -305,6 +305,7 @@ func SyncLdapUsers(owner string, users []LdapRespUser) (*[]LdapRespUser, *[]Ldap
Address: []string{user.Address},
Affiliation: "Example Inc.",
Tag: "staff",
Score: 2000,
Ldap: user.Uuid,
}) {
failedUsers = append(failedUsers, user)