Index: openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql 26 Sep 2006 14:48:02 -0000 1.13 +++ openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql 3 Feb 2009 02:05:07 -0000 1.14 @@ -62,7 +62,13 @@ constraint auth_authority_bs_enabled_p_nn not null constraint auth_authority_bs_enabled_p_ck - check (batch_sync_enabled_p in ('t','f')) + check (batch_sync_enabled_p in ('t','f')), + allow_user_entered_info_p char(1) default 'f' + constraint auth_auth_allow_user_i_p_nn + not null, + search_impl_id integer + constraint auth_auth_search_impl_id_fk + references acs_objects(object_id) ); comment on column auth_authorities.help_contact_text is '