fix
This commit is contained in:
@@ -156,7 +156,9 @@ type UpdateLdapUserReq {
|
||||
}
|
||||
//删除ldap用户
|
||||
type DeleteLdapUserReq {
|
||||
UserDN string `json:"user_dn"` //用户dn
|
||||
}
|
||||
//获取ldap用户信息
|
||||
type GetLdapUserInfoReq {
|
||||
UserDN string `json:"user_dn"` //用户dn
|
||||
}
|
||||
Reference in New Issue
Block a user