| Server IP : 74.208.236.108 / Your IP : 216.73.217.126 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u90537543 ( 11015977) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/oneclick/Drupal/7.39/2/scripts/ |
Upload File : |
CREATE TABLE `#DB_MAIN_PREFIX#openid_association` ( `idp_endpoint_uri` varchar(255) NOT NULL COMMENT 'Primary Key: URI of the OpenID Provider endpoint.', `assoc_handle` varchar(255) NOT NULL COMMENT 'Used to refer to this association in subsequent messages.', `assoc_type` varchar(32) DEFAULT NULL COMMENT 'The signature algorithm used: one of HMAC-SHA1 or HMAC-SHA256.', `session_type` varchar(32) DEFAULT NULL COMMENT 'Valid association session types: "no-encryption", "DH-SHA1", and "DH-SHA256".', `mac_key` varchar(255) DEFAULT NULL COMMENT 'The MAC key (shared secret) for this association.', `created` int(11) NOT NULL DEFAULT '0' COMMENT 'UNIX timestamp for when the association was created.', `expires_in` int(11) NOT NULL DEFAULT '0' COMMENT 'The lifetime, in seconds, of this association.', PRIMARY KEY (`idp_endpoint_uri`), UNIQUE KEY `assoc_handle` (`assoc_handle`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores temporary shared key association information for...';