From 50efa5140c7352c86edd6936fb7df9b7da1ffd6b Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 1 Sep 2009 07:23:11 +0000 Subject: [PATCH] Updated key handling to store the correct value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14180 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc b/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc index bd286eaaf..0b1f7836e 100644 --- a/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc +++ b/gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc @@ -58,7 +58,7 @@ class sshPublicKey $this->publicKeys[]= array("type" => $type, "fingerprint" => $this->fingerprint(base64_decode($data)), "comment" => $comment, - "data" => $data); + "data" => $key); } // Save copy for later usage -- 2.30.2