fix
This commit is contained in:
@@ -221,7 +221,7 @@ type MenuItem {
|
||||
}
|
||||
//增加ldap组织
|
||||
type CreateLdapOrganizationReq {
|
||||
OrganizationName string `json:"organization_name"` //组织名
|
||||
OrganizationName string `json:"organization_name"` //组织名
|
||||
ParentOrganizationDN string `json:"parent_organization_dn,optional"` //父级dn
|
||||
OwnerDN string `json:"owner_dn,optional"` //负责人dn
|
||||
}
|
||||
@@ -232,7 +232,7 @@ type DeleteLdapOrganizationReq {
|
||||
//修改ldap组织
|
||||
type UpdateLdapOrganizationReq {
|
||||
OrganizationDN string `json:"organization_dn"` //组织dn
|
||||
BusinessCategory string `json:"business_category"` //组织分类名称
|
||||
OrganizationName string `json:"organization_name"` //组织分类名称
|
||||
}
|
||||
//添加ldap用户帐号
|
||||
type CreateLdapUserReq {
|
||||
|
||||
Reference in New Issue
Block a user