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