From: cajus Date: Tue, 1 Sep 2009 07:23:11 +0000 (+0000) Subject: Updated key handling to store the correct value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=50efa5140c7352c86edd6936fb7df9b7da1ffd6b;p=gosa.git Updated key handling to store the correct value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14180 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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