This commit is contained in:
laodaming
2023-11-24 12:31:13 +08:00
parent 95b19c4522
commit de89d8442c
4 changed files with 22 additions and 22 deletions

View File

@@ -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 {