diff options
Diffstat (limited to 'idp/shibboleth.db.ddl')
-rw-r--r-- | idp/shibboleth.db.ddl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/idp/shibboleth.db.ddl b/idp/shibboleth.db.ddl deleted file mode 100644 index 3799b91..0000000 --- a/idp/shibboleth.db.ddl +++ /dev/null @@ -1,11 +0,0 @@ -CREATE TABLE shibpid ( - localEntity VARCHAR(255) NOT NULL, - peerEntity VARCHAR(255) NOT NULL, - persistentId VARCHAR(50) NOT NULL, - principalName VARCHAR(50) NOT NULL, - localId VARCHAR(50) NOT NULL, - peerProvidedId VARCHAR(50) NULL, - creationDate TIMESTAMP NOT NULL, - deactivationDate TIMESTAMP NULL, - PRIMARY KEY (localEntity, peerEntity, persistentId) -); |