Setup script: moved swekey config from signon to server form

This commit is contained in:
Piotr Przybylski
2008-11-13 20:02:18 +00:00
parent b481febfab
commit 6e6d62a25a

View File

@@ -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',