- package ldap
- // LDAPLoginReq LDAP登录
- type LDAPLoginReq struct {
- Server string `json:"server"`
- Account string `json:"account"`
- Password string `json:"password"`
- }
- type LDAPUserSyncReq struct {
- Filter string `json:"filter"`
- ServerKey string `json:"serverKey"`
- }
|