mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
parent
ab59d1c21a
commit
66f1182adc
@ -21,7 +21,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/** List of various built-in authenticaion modules */
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/****************************************************************************
|
||||
COMPATIBILITY INTERFACES:
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
BOOL global_machine_password_needs_changing = False;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/****************************************************************************
|
||||
Read the a hosts.equiv or .rhosts file and check if it
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/****************************************************************************
|
||||
core of smb password checking routine.
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
extern pstring global_myname;
|
||||
extern userdom_struct current_user_info;
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/**
|
||||
* update the encrypted smbpasswd file from the plaintext username and password
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
extern fstring remote_machine;
|
||||
extern pstring global_myname;
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/* Prototypes from common.h */
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
#ifdef WITH_PAM
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DGBC_AUTH
|
||||
#define DBGC_CLASS DBGC_AUTH
|
||||
|
||||
/* these are kept here to keep the string_combinations function simple */
|
||||
static fstring this_user;
|
||||
|
Loading…
Reference in New Issue
Block a user