1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r6573: Start on my project to implement an NT4 compatible BDC in Samba4.

This brings in a compatability layer for Samba3 in Samba4 - where we
will start to define file formats and similar details.

The 'net samdump' command uses 'password server = ' for now, and
performs a similar task to Samba3's 'net rpc samsync'.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2005-05-02 14:17:19 +00:00
committed by Gerald (Jerry) Carter
parent 23b529ee09
commit 550f17f992
14 changed files with 577 additions and 2 deletions

View File

@@ -32,4 +32,5 @@ struct libnet_context {
#include "libnet/libnet_time.h"
#include "libnet/libnet_rpc.h"
#include "libnet/libnet_join.h"
#include "libnet/libnet_vampire.h"
#include "libnet/libnet_user.h"