Code

Updated key handling to store the correct value
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Sep 2009 07:23:11 +0000 (07:23 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Sep 2009 07:23:11 +0000 (07:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14180 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/ssh/personal/ssh/class_sshPublicKey.inc

index bd286eaafaa89e5117a4b9767f018da74c05796a..0b1f7836ed4d1f453b1a7f19ff1665a4b38743d4 100644 (file)
@@ -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