Changeset 447


Ignore:
Timestamp:
09/09/09 09:13:45 (15 years ago)
Author:
nanardon
Message:
  • avoid undef value
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Ldap/User.pm

    r445 r447  
    164164            # as we use perl crypt() which does the same 
    165165            # This code will have to be changed if we use openldap on other UNIX 
    166             $val = '{CRYPT}' . $val; 
     166            $val = '{CRYPT}' . ($val || 'xxx'); 
    167167            next; 
    168168        }; 
Note: See TracChangeset for help on using the changeset viewer.