X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fsenslab%2Fslabslices.py;h=37d3ebcaf8781d8be78bc6253fb48f2747c7f89d;hb=dc219658e3a5025cd86316c1a6370cca39de8837;hp=131b4a5738daa5088f738ca3edc73c0da2cbdcc7;hpb=aee25ad72d8092093b49c54311444c347b8bd799;p=sfa.git diff --git a/sfa/senslab/slabslices.py b/sfa/senslab/slabslices.py index 131b4a57..37d3ebca 100644 --- a/sfa/senslab/slabslices.py +++ b/sfa/senslab/slabslices.py @@ -368,9 +368,9 @@ class SlabSlices: else: if isinstance(users,list): - ldap_reslt = self.driver.ldap.ldapSearch(users[0]) + ldap_reslt = self.driver.ldap.LdapSearch(users[0]) else: - ldap_reslt = self.driver.ldap.ldapSearch(users) + ldap_reslt = self.driver.ldap.LdapSearch(users) if ldap_result: existing_users = ldap_reslt[0] existing_user_hrns.append (users_dict[user['hrn']]['hrn'])