1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

Put in intermediate version of new SAM system. It's not stable yet, code

might be ugly, etc - please don't blame me for anything but instead try to fix
the code :-). Compiling of the new sam system can be enabled with the
configure option --with-sam

Removing passdb/passgrp.c as it's unused
fix typo in utils/testparm.c
This commit is contained in:
Jelmer Vernooij
-
parent b1ab3bec8d
commit 4b7de5ee23
20 changed files with 3741 additions and 1050 deletions

View File

@@ -89,8 +89,9 @@ extern int DEBUGLEVEL;
#define DBGC_RPC_SRV 6
#define DBGC_RPC_CLI 7
#define DBGC_PASSDB 8
#define DBGC_AUTH 9
#define DBGC_WINBIND 10
#define DBGC_SAM 9
#define DBGC_AUTH 10
#define DBGC_WINBIND 11
/* So you can define DBGC_CLASS before including debug.h */