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

added secrets.tdb and changed storage of trust account password to use

it
This commit is contained in:
Andrew Tridgell
-
parent 1d3bd3c486
commit 88ad00b82a
11 changed files with 58 additions and 262 deletions

View File

@@ -611,6 +611,7 @@ extern int errno;
#include "hash.h"
#include "trans2.h"
#include "nterr.h"
#include "secrets.h"
#ifdef HAVE_FNMATCH
#include <fnmatch.h>