8 Parameters of LDAP search (5-8)
- 5.) time limit
- limit the time the server should spend to fulfil the request
- 6.) attrsOnly
- Boolean. If set to true only the attributenames will be sent back, not the values
- 7.) filter
- expression that describes the entries to be returned
- 8.) attributes
- a list of comma separated attributes Types to be returned
- e.g.: cn, telephonenumber
- can be specified by OID as well, e.g. 2.5.4.3, 2.5.4.20
- * means all user attributes
- 1.1 (there is no such attribute OID) for no attributes