Oscar492
Results
2
comments of
Oscar492
solved!, just remove the [ ] from your call to ldap.add("cn=test,ou=users,dc=exemple,dc=com", [attrs],...) and it will work. Otherwise you create a list of a list ;) I had the same problem...
check out the tests that comes with in the library, they are pretty helpful when someone wants to get how to use the functions. All functions work just fine, so...