This commit is contained in:
laodaming 2023-11-17 16:48:24 +08:00
parent 254b32eec4
commit ffa9b9d703

View File

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