Setup script: moved swekey config from signon to server form
This commit is contained in:
@@ -34,12 +34,12 @@ $forms['Server'] = array('Servers' => array(1 => array(
|
|||||||
'auth_type',
|
'auth_type',
|
||||||
'user',
|
'user',
|
||||||
'password',
|
'password',
|
||||||
'nopassword')));
|
'nopassword',
|
||||||
|
'auth_swekey_config' => './swekey.conf')));
|
||||||
$forms['Server_login_options'] = array('Servers' => array(1 => array(
|
$forms['Server_login_options'] = array('Servers' => array(1 => array(
|
||||||
'SignonSession',
|
'SignonSession',
|
||||||
'SignonURL',
|
'SignonURL',
|
||||||
'LogoutURL',
|
'LogoutURL')));
|
||||||
'auth_swekey_config' => './swekey.conf')));
|
|
||||||
$forms['Server_config'] = array('Servers' => array(1 => array(
|
$forms['Server_config'] = array('Servers' => array(1 => array(
|
||||||
'only_db',
|
'only_db',
|
||||||
'hide_db',
|
'hide_db',
|
||||||
|
Reference in New Issue
Block a user