John,

Sorry for misposting to 1115704.
For completeness, I followed your advice, and uninstalled.
Initially I did a full option activation after installing 7.x-1.0-beta5, and the ldap_query table was not created.
Upon reinstalling, and then activating all components, less LDAP Feeds, LDAP Query and LDAP Views,
I ensured LDAP was functioning again, and it was.
I enabled LDAP Query and LDAP Views, and the ldap_query table was created.

From thread http://drupal.org/node/1115704:

#28 Posted by RPaulW on December 25, 2011 at 10:43pm
Version: 7.x-1.x-dev » 7.x-1.0-beta5

My LDAP auth is working like a charm, but I researching a small issue.
If the ldap_query table is supposed to exsist, it does not.
Any insight is greatly appreciated.

Drupal 7.10 w/ldap-7.x-1.0-beta5
Version string PostgreSQL 9.1.1, compiled by Visual C++ build 1500, 64-bit

An AJAX HTTP error occurred.
HTTP Result Code: 500 Debugging information follows.
Path: /drupal710/admin/structure/views/view/ad_users_example/preview/page/ajax
StatusText: Service unavailable (with message) ResponseText:
PDOException: SQLSTATE[42P01]:
Undefined table: 7
ERROR: relation "ldap_query" does not exist
LINE 3: ldap_query t_0
^: SELECT t_0.*
FROM
{Idap_query} t_0
WHERE (qid IN (:db_conditionplaceholder_0)); Array
([:db_condition_placeholder_0] => ad users )
in ctools_export_load_object()
(line 427 of C:\Apache2\htdocs\drupal710\sites\all\modules\ctools\includes\export.inc).

Best, Paul

#29 Posted by johnbarclay on December 26, 2011 at 3:28am
Please start an issue labelled with category of "support". This is a completely different thread. There should be a table for ldap query. You can see what tables a module installs by looking at the modulename.install file such as ldap_query.install. In this case, the table ldap_query should exist. Uninstalling and installing ldap query should create the table, otherwise mark this as a bug.

Comments

johnbarclay’s picture

thanks. good to know this works with postgres.