|
|
@@ -92,7 +92,7 @@ func (h ldapHandler) Search(boundDN string, searchReq ldap.SearchRequest, conn n
|
|
|
}
|
|
|
entries := []*ldap.Entry{
|
|
|
&ldap.Entry{dn, []*ldap.EntryAttribute{
|
|
|
- &ldap.EntryAttribute{"uid", []string{}},
|
|
|
+ //&ldap.EntryAttribute{"uid", []string{}},
|
|
|
}},
|
|
|
}
|
|
|
return ldap.ServerSearchResult{entries, []string{}, []ldap.Control{}, ldap.LDAPResultSuccess}, nil
|