meteor-accounts-ldap icon indicating copy to clipboard operation
meteor-accounts-ldap copied to clipboard

A Meteor package for logging in and creating users with LDAP credentials

Results 18 meteor-accounts-ldap issues
Sort by recently updated
recently updated
newest added

``` iehdk@milhouse:~/install/src/meteor-react-app$ meteor --version Meteor 1.8 iehdk@milhouse:~/install/src/meteor-react-app$ meteor add typ:accounts-ldap => Errors while adding packages: While loading package typ:[email protected]: error: Command failed: /Users/iehdk/.meteor/packages/meteor-tool/.1.8.0.1nlwb84.6tdm++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild --update-binary usdt.c:212:9: warning: implicit declaration of...

Hi ! great package, we are going to start using it in production where I work, I had to clone your repo to fixed an undefined variable error when setting...

hi, i got the errors : Exception while invoking method 'login' TypeError: **Cannot read property 'on' of undefined** at setupSocket (/home/meteoruser/.meteor/packages/typ_ldapjs/.0.7.3.1brxoay.lw2j++os+web.browser+web.cordova/npm/node_modules/ldapjs/lib/client/client.js:111:15) events.js:183 throw er; // Unhandled 'error' event Error: **self...

`packages/typ_accounts-ldap.js:49:22` causes `Exception while invoking method 'login' TypeError: Cannot read property 'defaults' of undefined` server/LDAP_DEFAULTS.js : >LDAP_DEFAULTS.url = 'ldap://127.0.0.1' >LDAP_DEFAULTS.port = 389 >LDAP_DEFAULTS.createNewUser = true >LDAP_DEFAULTS.searchResultsProfileMap = [ > {...

Hi, Does your module support the token expiration like in the native meteor methods? Thank you in advance.

I have this ``` meteor add typ:accounts-ldap => Errors while adding packages: While loading typ:[email protected]...: error: Command failed: /Users/irekromaniuk/.meteor/packages/meteor-tool/.1.5.1.gda7tv++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild --update-binary usdt.c:212:9: warning: implicit declaration of function 'usdt_dof_section_free' is invalid...

- ldapjs is updated to 1.0.1 and is now and Npm dependency since the latest meteor version is 0.7.3

C:\ldaptest>meteor add typ:accounts-ldap => Errors while adding packages: While loading package typ:[email protected]: error: Command failed: C:\Users\fernjega\AppData\Local\.meteor\packages\meteor-tool\1.5.0\mt-os.windows.x86_32\dev_bundle\b in\npm.cmd rebuild --update-binary gyp ERR! build error gyp ERR! stack Error: `C:\windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with...

Hi, I am trying to connect to LDAP using this package,I am unable to figure out if any option is available to enter credentails for LDAP connection. For example in...

I'm trying to take a value from the ldap result and store it in the user's profile. The key is 'mail'. I have the following in server side code: server/startup.coffee...