From 28a1b864972e1f93aa57c88c0cce9ea97e61bea2 Mon Sep 17 00:00:00 2001 From: laking <laking@ispconfig3> Date: Mon, 04 Apr 2011 21:33:44 -0400 Subject: [PATCH] Update on certificte ssh-rsa authentication. Under construction are the shell plugins. --- install/sql/ispconfig3.sql | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index 3221aa3..1eb1d57 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -112,6 +112,8 @@ `template_master` int(11) unsigned NOT NULL default '0', `template_additional` varchar(255) NOT NULL default '', `created_at` bigint(20) DEFAULT NULL, + `id_rsa` VARCHAR( 2000 ) NOT NULL default '', + `ssh_rsa` VARCHAR( 600 ) NOT NULL default '', PRIMARY KEY (`client_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1; @@ -1071,8 +1073,7 @@ `groups` varchar(255) NOT NULL default '', `default_group` int(11) unsigned NOT NULL default '0', `client_id` int(11) unsigned NOT NULL default '0', - `id_rsa` VARCHAR( 2000 ) NOT NULL default '', - `ssh_rsa` VARCHAR( 600 ) NOT NULL default '', + PRIMARY KEY (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=1; -- Gitblit v1.9.1