diff options
-rw-r--r-- | source3/include/passdb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 93850b64e4..b8e7e0a8ab 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -23,6 +23,14 @@ #ifndef _PASSDB_H #define _PASSDB_H +#ifndef NT_HASH_LEN +#define NT_HASH_LEN 16 +#endif + +#ifndef LM_HASH_LEN +#define LM_HASH_LEN 16 +#endif + #include "../librpc/gen_ndr/lsa.h" /* group mapping headers */ |