summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-17 10:38:07 +0200
committerGünther Deschner <gd@samba.org>2008-06-17 10:49:14 +0200
commit45bce6e50597c32265321ae608c5564ccab10382 (patch)
tree03a4f30ab636bf58cd4f29c8454aeb31dac57a07 /source3/libnet/libnet_samsync.c
parent0d0043697d203f89f80e8bf61cff775fc435f8f9 (diff)
downloadsamba-45bce6e50597c32265321ae608c5564ccab10382.tar.gz
samba-45bce6e50597c32265321ae608c5564ccab10382.tar.bz2
samba-45bce6e50597c32265321ae608c5564ccab10382.zip
net_vampire: fix samsync_process_database().
Turns out the password hashes are not rid encrypted in the samsync reply. Guenther (This used to be commit 7d8d60bcbae79f3cdd55b27217145ffbd19f161d)
Diffstat (limited to 'source3/libnet/libnet_samsync.c')
-rw-r--r--source3/libnet/libnet_samsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c
index ce95dcad5c..3c6a87a495 100644
--- a/source3/libnet/libnet_samsync.c
+++ b/source3/libnet/libnet_samsync.c
@@ -331,7 +331,7 @@ NTSTATUS samsync_process_database(struct rpc_pipe_client *pipe_hnd,
samsync_fix_delta_array(mem_ctx,
&session_key,
- true,
+ false,
database_id,
delta_enum_array);