1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00

Add support for the new modules system to auth/ (merge from HEAD)

This commit is contained in:
Jelmer Vernooij
-
parent 03a1f46e34
commit c7a1de090d
13 changed files with 158 additions and 112 deletions

View File

@@ -44,7 +44,7 @@ extern userdom_struct current_user_info;
extern int smb_read_error;
SIG_ATOMIC_T reload_after_sighup = 0;
SIG_ATOMIC_T got_sig_term = 0;
extern BOOL global_machine_password_needs_changing;
BOOL global_machine_password_needs_changing = False;
extern int max_send;
/****************************************************************************