X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fldap.pm;h=57fd1f3f419ba8fe9496f8052896ffd6dedbd765;hb=f4f77f82129f972d17d95a1e1f7bda9d1f1c4325;hp=fd7f11d90d81b488a2401a34f9ca5187b02ef81a;hpb=3ac3bd76d4716016ba3a51f51a83a02732d9d2de;p=freeside.git diff --git a/FS/FS/part_export/ldap.pm b/FS/FS/part_export/ldap.pm index fd7f11d90..57fd1f3f4 100644 --- a/FS/FS/part_export/ldap.pm +++ b/FS/FS/part_export/ldap.pm @@ -25,7 +25,7 @@ sub _export_insert { } } $crypt_password = ''; #surpress "used only once" warnings - $crypt_password = crypt( $svc_acct->_password, + $crypt_password = '{crypt}'. crypt( $svc_acct->_password, $saltset[int(rand(64))].$saltset[int(rand(64))] ); my $username_attrib;