LDAP authentication for: test
Trying to bind test@company.com...
Callback from binding LDAP:
Search filter: (&(cn=test)(objectClass=user))
Searching ou=Employees,ou='company Users',DC=company,DC=com
"error: 000004DC: LdapErr: DSID-0C0907E9, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580\u0000"
No record was returned via LDAP
i have the following packages
installed and i am generating settings in server/main.js meteor.startup() like below
In my jsx file i am passing params as following
and i am getting this error
what am i missing?