FCLT#61108 Nieuwe IP's voor IDP FACILITORSUPPORT

svn path=/Database/trunk/; revision=45702
This commit is contained in:
Jos Groot Lipman
2020-02-05 12:25:26 +00:00
parent 64d9041152
commit 16ca7d316e
4 changed files with 8 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'forum_url'
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'help_window' , 'boolean' , 'false' , 'New window for Help')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'hsts_maxage' , 'number' , '31536000' , 'HTTP Strict Transport Security max-age (0=off, eg. 31536000 for one year)')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'http_meta_head' , 'string' , '<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">', 'Submitted in each html <head>')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'cookie_samesite' , 'string' , 'lax' , '(future use) Cookie Samesite setting (none/lax/strict). Set to ''none'' for return-from-punchout problems')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'image_path_local' , 'string' , '\\' , 'path used by LAN for flexproperties of type X (fclt.ini:Documentdir)')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'image_path_local_regexp' , 'string' , NULL , 'Reguliere expressie, bijvoorbeed /^G:/i')
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'image_path_virtual' , 'string' , NULL , 'path used by WEB for flexproperties of type X')

View File

@@ -501,6 +501,11 @@ UPDATE mld_kenmerk
WHERE mld_kenmerk_niveau = 'T'
AND mld_stdmelding_key IS NULL;
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#61108
UPDATE aut_idp
SET aut_idp_ipfilter = '80.250.128.5,80.250.128.6,31.161.17.4,80.250.129.2'
WHERE aut_idp_code = 'FACILITORSUPPORT';
/////////////////////////////////////////////////////////////////////////////////////////// XXXX#nnnnn
///////////////////////////////////////////////////////////////////////////////////////////

View File

@@ -41,7 +41,7 @@ INSERT INTO aut_idp (aut_idp_code,
'http://facws001/',
30,
1,
'87.249.108.135,87.249.108.136,80.250.128.5,80.250.128.6,31.161.17.4', -- Enschede/Enschede/Mainz/Mainz/Emmen
'80.250.128.5,80.250.128.6,31.161.17.4,80.250.129.2', -- Mainz/Mainz/Emmen/MainzNew
0,
'aaxx.facilitor.nl',
'FACWS001');

View File

@@ -41,7 +41,7 @@ INSERT INTO aut_idp (aut_idp_code,
'http://facws001/',
30,
1,
'87.249.108.135,87.249.108.136,80.250.128.5,80.250.128.6,31.161.17.4', -- Enschede/Enschede/Mainz/Mainz/Emmen
'80.250.128.5,80.250.128.6,31.161.17.4,80.250.129.2', -- Mainz/Mainz/Emmen/MainzNew
0,
'xxxx.facilitor.nl',
'FACWS001');