-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8, 6.0
-
Fix Version/s: 5.8.0-HF37, 6.0-HF23, 7.10
-
Component/s: Directory
When a LDAP request is sent, the returned attributes should also be specified to minimize the trafic. The fetched attributes should be :
- the rdnAttribute and the idAttribute when we just need to test if an entry exists
- the attributes configured in the field mappings otherwise
–
LDAP requests have been optimised to fetch only necessary attributes so as to minimize the traffic.