提交 d0a4f675 编写于 作者: L liu0x54

[TD-154] ban retry authentication due to exceeds max time

上级 c3d765ad
......@@ -172,13 +172,13 @@ typedef struct _user_obj {
char pass[TSDB_KEY_LEN];
char acct[TSDB_USER_LEN];
int64_t createdTime;
int32_t authAllowTime;
int32_t authFailCount;
char superAuth : 1;
char writeAuth : 1;
char reserved[16];
char updateEnd[1];
struct _user_obj *prev, *next;
int32_t authAllowTime;
int32_t authFailCount;
} SUserObj;
typedef struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册