Closed (fixed)
Project:
NTLM & LDAP Authentication
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2007 at 04:47 UTC
Updated:
4 Oct 2007 at 15:21 UTC
Unknown column groupdn in field list query: UPDATE ldap_lookup...
fixed it adding groupdn to ldap_lookup table
alter table `ldap_lookup_associate` add column `groupdn` varchar (255) NULL COLLATE utf8_general_ci
Comments
Comment #1
kibblewhite commentedThere is not meant to be a `groupdn` column in the 'ldap_lookup_associate' table?
I can not find in the code any reference of groupdn in this table, only 'ldap_lookup' which in the latest release of the source has this in:
Comment #2
kibblewhite commentedComment #3
H3rnand3z commentedsorry I meant the ldap_lookup table. I was upgrading from previous version when I got this error I also got a missing ldap_lookup_associate table message, next time I will uninstall first.
Thanks