net_vampire: fix samsync_process_database(). Final fix for Bug #5542.
authorGünther Deschner <gd@samba.org>
Tue, 17 Jun 2008 09:10:37 +0000 (11:10 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 17 Jun 2008 09:13:50 +0000 (11:13 +0200)
Turns out the password hashes are not rid encrypted in the samsync reply.

Guenther
(cherry picked from commit 55259f408b7bc356367d872a38a54174d364fd2b)

source/utils/net_rpc_samsync.c

index ac0739eecfbcdcc8b7506f6b1b1943cc70da90df..38852b10f7fec347a3455e7b94a47e32d8383422 100644 (file)
@@ -391,7 +391,7 @@ static void dump_database(struct rpc_pipe_client *pipe_hnd,
 
                samsync_fix_delta_array(mem_ctx,
                                        &session_key,
-                                       true,
+                                       false,
                                        database_id,
                                        delta_enum_array);