Closed (fixed)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jul 2007 at 18:25 UTC
Updated:
23 Aug 2007 at 01:23 UTC
Attempted to use this module witha pgsql db install of Drupal. This module threw errors when I attepted to install it. Upon looking at the code, the first line of the pgsql db install code had fid SERIAL when I changed it to vid SERIAL, things took off as they should have. Might want to check that out.
Comments
Comment #1
webservant commentedActually I was wrong, turns out that vid was not correct, sid was correct, but the line
db_query)"CREATE INDEX {ldapauth}_sid_idx ON {ldapauth} (vid)");
needs to be changed to refelct the sid field as follows
db_query)"CREATE INDEX {ldapauth}_sid_idx ON {ldapauth} (sid)");
Comment #2
kreaper commentedThe bug fix can be found in HEAD and will be incorporated in 5.x-1.3
kreaper
Comment #3
kreaper commentedfix made available in 5.x-1.3