Conrad de Kerckhove

Results 4 comments of Conrad de Kerckhove

Is this the same issue that prevents getUsersForGroups from working properly?

@derek-fong If I do that, for some reason it looks as though the api.addFiles calls are not run... ```TypeError: Meteor.loginWithLDAP is not a function(…)```

Have you tried the fork at https://github.com/ayselafsar/meteor-accounts-ldap ? If that one works for you, I will merge it into this repo.

Surely ``` { dn: domain + '\\' + user, search: '(sAMAccountName=' + user + ')' } , function(err, result) { ... } ); ``` with a double backslash?