From d306c2edbbc171d5345b3378bd76ed5b69984316 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 11 Aug 2004 20:53:43 +0000 Subject: Bug 241903: Add Environment Variable Authentication for apache auth and SSO patch by erik r=joel a=justdave --- checksetup.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index c42c23535..703358cec 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1810,6 +1810,7 @@ $table{profiles} = mybugslink tinyint not null default 1, emailflags mediumtext, refreshed_when datetime not null, + extern_id varchar(64) default null, unique(login_name)'; @@ -3999,6 +4000,10 @@ if (GetFieldDef("group_group_map", "isbless")) { ADD UNIQUE (member_id, grantor_id, grant_type)"); } +# Allow profiles to optionally be linked to a unique identifier in an outside +# login data source +AddField("profiles", "extern_id", "varchar(64)"); + # If you had to change the --TABLE-- definition in any way, then add your # differential change code *** A B O V E *** this comment. # -- cgit v1.2.3-24-g4f1b