1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

typo, sorry

(This used to be commit d222bc8c4b)
This commit is contained in:
Simo Sorce 2002-05-21 13:49:08 +00:00
parent ab59d1c21a
commit 66f1182adc
11 changed files with 11 additions and 11 deletions

View File

@ -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 */

View File

@ -21,7 +21,7 @@
#include "includes.h"
#undef DBGC_CLASS
#define DBGC_CLASS DGBC_AUTH
#define DBGC_CLASS DBGC_AUTH
/****************************************************************************
COMPATIBILITY INTERFACES:

View File

@ -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;

View File

@ -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

View File

@ -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.

View File

@ -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;

View File

@ -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

View File

@ -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;

View File

@ -24,7 +24,7 @@
#include "includes.h"
#undef DBGC_CLASS
#define DBGC_CLASS DGBC_AUTH
#define DBGC_CLASS DBGC_AUTH
/* Prototypes from common.h */

View File

@ -30,7 +30,7 @@
#include "includes.h"
#undef DBGC_CLASS
#define DBGC_CLASS DGBC_AUTH
#define DBGC_CLASS DBGC_AUTH
#ifdef WITH_PAM

View File

@ -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;