Change sql files (Closes: #196)

This commit is contained in:
Xavier Guimard 2010-10-21 19:23:37 +00:00
parent 9ae18261fb
commit 66f7b94435
5 changed files with 14 additions and 24 deletions

View File

@ -40,5 +40,6 @@ t/35-Common-Crypto.t
t/36-Common-Regexp.t
t/99-pod.t
tools/apache-session-mysql.sql
tools/lmConfig.mysql
tools/lmConfig.CDBI.mysql
tools/lmConfig.RDBI.mysql
tools/sso.schema

View File

@ -0,0 +1,6 @@
CREATE TABLE lmConfig (
cfgNum int not null primary key,
field text,
value longblob
);

View File

@ -0,0 +1,5 @@
CREATE TABLE lmConfig (
cfgNum int not null primary key,
data longblob
);

View File

@ -1,22 +0,0 @@
CREATE TABLE lmConfig (
cfgNum int not null primary key,
locationRules text,
exportedHeaders text,
globalStorage text,
globalStorageOptions text,
macros text,
groups text,
portal text,
domain text,
ldapServer text,
ldapPort int,
ldapBase text,
securedCookie int,
cookieName text,
authentication text,
exportedVars text,
managerDn text,
managerPassword text,
timeout int,
whatToTrace text
);

View File

@ -11,7 +11,7 @@ WriteMakefile(
'Convert::PEM' => 0,
'Crypt::OpenSSL::X509' => 0,
'Email::Date::Format' => 0,
'Lasso' => 2.3.0,
'Lasso' => '2.3.0',
'MIME::Lite' => 0,
'Net::OpenID::Consumer' => 0,
'Net::OpenID::Server' => 0,