An ExpressionEngine Extension that allows the authentication of users via LDAP. LDAP details are copied to the EE database before standard MySQL authentication is performed. If user is not found on LDAP, MySQL authentication will still be performed (useful for EE users not in LDAP)
After upgrading to EE 2.7 the ldap module will not create new users because its trying to insert a y/n into the ext_members table for a "daylight_savings" column that doesn't exists. I was able to comment out line the "$data['daylight_savings'] = 'n';"
After upgrading to EE 2.7 the ldap module will not create new users because its trying to insert a y/n into the ext_members table for a "daylight_savings" column that doesn't exists. I was able to comment out line the "$data['daylight_savings'] = 'n';"