fix
This commit is contained in:
parent
254b32eec4
commit
ffa9b9d703
@ -68,7 +68,6 @@ func (l *GetLdapOrganizationMembersLogic) GetLdapOrganizationMembers(req *types.
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
memberCount = len(attr.Values)
|
memberCount = len(attr.Values)
|
||||||
fmt.Println(attr.Values)
|
|
||||||
for _, memberDn := range attr.Values {
|
for _, memberDn := range attr.Values {
|
||||||
//不需要根用户
|
//不需要根用户
|
||||||
if memberDn == l.svcCtx.Config.Ldap.RootDN {
|
if memberDn == l.svcCtx.Config.Ldap.RootDN {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user