You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @E-era. I have received your feedback, and I will arrange time to consider the information you submitted and reply. -- This message is sent by an automatic reply robot.
定时任务SearchUserDiff总是会把用户sync_state状态设置为2,相关代码:err = isql.User.ChangeSyncState(int(user.ID), 2),导致找会密码的时候提示:该用户已离职或者未同步在ldap ...
相关代码:
if user.Status != 1 || user.SyncState != 1 {
return nil, tools.NewMySqlError(fmt.Errorf("该用户已离职或者未同步在ldap,无法重置密码,如有疑问,请联系管理员"))
}
另外在后台删除用户,cn=group里面的uniqueMember不会同步删除,mysql.groups表里面的用户数据也不会同步删除。
还有个小建议:修改密码的时候,新密码长度最好有8位的强制要求
The text was updated successfully, but these errors were encountered: