This commit is contained in:
laodaming
2023-11-16 17:57:25 +08:00
parent 48f63db5eb
commit b21a2beff8
3 changed files with 19 additions and 4 deletions

View File

@@ -156,7 +156,9 @@ type UpdateLdapUserReq {
}
//删除ldap用户
type DeleteLdapUserReq {
UserDN string `json:"user_dn"` //用户dn
}
//获取ldap用户信息
type GetLdapUserInfoReq {
UserDN string `json:"user_dn"` //用户dn
}