8 Parameters of LDAP search (1-4)
- 1.) base object or base DN
- where in the DIT the search starts
- 2.) scope
- base (read the entry specified by the base dn)
- onelevel (search only in the hierarchical level of the basedn)
- subtree (search in level of base DN and below)
- 3.) derefAliases
- neverDerefAlias (do not dereference aliases in searching or in locating base object)
- derefInSearching (dereference only in subordinates of base object)
- derefFindingBaseObject (dereference only in locating the base object)
- derefAlways (dereference aliases in searching subordinates and in locationg base object)
- 4.) size limit
- limit the number of entries to get back