mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
[DS-2179] Shibboleth (and probably LDAP) logins fail after merge of Metadata For All
This commit is contained in:
@@ -171,14 +171,15 @@ CREATE TABLE EPerson
|
||||
require_certificate BOOL,
|
||||
self_registered BOOL,
|
||||
last_active TIMESTAMP,
|
||||
sub_frequency INTEGER
|
||||
sub_frequency INTEGER,
|
||||
netid VARCHAR(64)
|
||||
);
|
||||
|
||||
-- index by email
|
||||
CREATE INDEX eperson_email_idx ON EPerson(email);
|
||||
|
||||
-- index by netid
|
||||
--CREATE INDEX eperson_netid_idx ON EPerson(netid);
|
||||
CREATE INDEX eperson_netid_idx ON EPerson(netid);
|
||||
|
||||
-------------------------------------------------------
|
||||
-- EPersonGroup table
|
||||
|
Reference in New Issue
Block a user