Skip to content

Remove unnecessary ldap import

Created by: eesaanatluri

ldap import is not necessary to use ldapsearch via sh library which invokes the system level ldapsearch. so we don't need to install or import any ldap packages as we are not doing native ldap programming here, we are simply invoking the ldapsearch on the underlying system (CoD).

Merge request reports