I'm trying to setup LDAP for users to authenticate with it.
I've followed this tuto and everything was fine but ldapadd, when I hit enter in the instruction an error appears: ldap_bind: Invalid credentials (49)
I'm sure the pass is correct because I've reconfigured it and looking around the web didn't help at all.
Any idea?
ldapaddcommand did you use exactly? I.e. Did you select a correct bind DN? Perhaps you have an invalid DN, so no matter what password you provide will be wrong. – geoffc Feb 26 at 2:31