fix
This commit is contained in:
parent
33c5cc6b0b
commit
4e53d11cbd
|
@ -43,7 +43,7 @@ type DNItem struct {
|
|||
func (l *GetDepartmentsLogic) GetDepartments(req *types.Request, userinfo *auth.UserInfo) (resp *basic.Response) {
|
||||
//从ldap获取组织架构数据
|
||||
searchRequest := ldap.NewSearchRequest(
|
||||
l.svcCtx.Config.Ldap.BaseDN,
|
||||
l.svcCtx.Config.Ldap.BaseDN, //这里后续需要修改,不同的人只能查询他的下属列表
|
||||
ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false,
|
||||
"(objectClass=*)", //所有object
|
||||
nil,
|
||||
|
|
Loading…
Reference in New Issue
Block a user