fix
This commit is contained in:
parent
0aa7baee1e
commit
4a4df586c6
|
@ -47,7 +47,7 @@ func (l *GetDepartmentsLogic) GetDepartments(req *types.Request, userinfo *auth.
|
|||
l.svcCtx.Config.Ldap.BaseDN,
|
||||
ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false,
|
||||
"(objectClass=*)", //所有object
|
||||
[]string{ /*"cn", "sn", "givenName", "mail", "telephoneNumber", "department", "title"*/ },
|
||||
nil,
|
||||
nil,
|
||||
)
|
||||
// 执行搜索请求
|
||||
|
|
Loading…
Reference in New Issue
Block a user