Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jenn99

    ldap_bind() error with valid! credentials

    To answer my own question... If you have valid credentials, and you're still getting a "invalid credentials" error - check to make sure that with all your testing, etc. that you haven't caused your account to be locked. Heh. Not that I would know anything about that... ;-) So, that's what had...
  2. jenn99

    ldap_bind() error with valid! credentials

    Actually - changing the ou=users to cn=users may be the trick...
  3. jenn99

    ldap_bind() error with valid! credentials

    Sure. The latest bit of code I have running is this: $ldap_host = "12.3.45.6"; // 12.3.45.6 - fake IP, obviously I use the real one in my script... $ldap_user = "uid=myuserid,ou=users,dc=mycompany,dc=com"; // our user data isn't in "people" like others I've read // about online - it's...
  4. jenn99

    ldap_bind() error with valid! credentials

    I need to authenticate a user using PHP and LDAP. I can successfully, connect to the LDAP server. ldap_bind() annonymously. And ldap_search(). But if I want to authenticate the username(userdn)/password pair by doing ldap_bind() with that pair - I get an "invalid credentials" error (however...

Part and Inventory Search

Back
Top