Ignore:
Timestamp:
04/01/15 18:41:36 (9 years ago)
Author:
nanardon
Message:

Don't use SSH storage form

After several hour to try to figure out it seems Crypt::RSA::Key::Private::SSH
is unable to properly encrypt the private, making everything readable.

This patch replace the SSH form by the native one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-sql-crypt-passwd

    r1239 r1309  
    9494            $clear_passwd{$_} = $clearp; 
    9595        } else { 
    96             warn "$_ :" . $rsa->errstr(); 
     96            die "Cannot get password for $_, crypt module said :" . $rsa->errstr(); 
    9797        } 
    9898    } 
Note: See TracChangeset for help on using the changeset viewer.