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

webservant’s picture

Actually 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)");

kreaper’s picture

Assigned: Unassigned » kreaper
Status: Active » Fixed

The bug fix can be found in HEAD and will be incorporated in 5.x-1.3

kreaper

kreaper’s picture

Version: 5.x-1.2 » 5.x-1.3
Status: Fixed » Closed (fixed)

fix made available in 5.x-1.3