On Wed, Jul 14, 2010 at 3:17 AM, Douglas Hubler <[email protected]> wrote: > On Tue, Jul 13, 2010 at 7:26 PM, Mircea Carasel > <[email protected]> wrote: >> anyone that runs a build that contains a patch with that table, will >> have to manually fix the table schema (running SQL commands) > > disclaimer: The SQL will be provided that you'd have to run, along > w/what build number from "main" that you'd have to be running to > qualify to run this SQL. (e.g. handful of developers)
The SQL commands that would manually fix the table schema in order to support new LDAP authentication options are: alter table ldap_settings drop column enable_web_authentication; alter table ldap_settings add column authentication_options varchar(8) not null default 'noLDAP' Mircea _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
