Jump to content

musclehead

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

Everything posted by musclehead

  1. I'm trying to connect to a remote Postgresql DB w/ the following: RHEL 4 PHP 4.3.9 PostgreSQL(libpq) Version 7.4.19 When I attempt to do a simple pg_connect to the remote host, I'm getting the following in my error_log: PHP Warning: pg_connect(): Cannot create new link. Too many open links (0) I can connect to the database via CLI remotely using pgsql, so the connection to the database is fine and I can view data, etc. I'm new to the Postgresql world, so any advice would be of great assistance!
  2. I've been "Google-ing" around looking for a concise explanation of how to connect to an LDAP server using PHP, but I can't seem to get anything to work. I can successfully connect and bind anonymously to LDAP, but I can't get any farther than that. I'm simply trying to search for a username within LDAP and if it exists, return true - that's it! Can anyone help me out?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.