crypt password export to ldap fix from dave denney <daud@kaosol.net>
authorivan <ivan>
Tue, 28 Jan 2003 06:08:39 +0000 (06:08 +0000)
committerivan <ivan>
Tue, 28 Jan 2003 06:08:39 +0000 (06:08 +0000)
FS/FS/part_export/ldap.pm

index fd7f11d..57fd1f3 100644 (file)
@@ -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;