From 4f21301ea65886f3ad73706ea63d06912d899ad1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 May 2000 14:17:21 +0000 Subject: in head as well ... renamed ntdom to winbind I think that using winbind in /etc/nsswitch.conf is better than ntdom (This used to be commit 80f85b5359c26dc26f8f88b984f27cfa4ac34e61) --- source3/nsswitch/common.c | 4 ++-- source3/nsswitch/pam_winbind.c | 4 ++-- source3/nsswitch/winbind_nss.c | 4 ++-- source3/nsswitch/winbindd.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/common.c b/source3/nsswitch/common.c index be0b24cc5d..9719f07385 100644 --- a/source3/nsswitch/common.c +++ b/source3/nsswitch/common.c @@ -23,8 +23,8 @@ Boston, MA 02111-1307, USA. */ -#include "ntdom_config.h" -#include "winbindd_ntdom.h" +#include "winbind_nss_config.h" +#include "winbindd_nss.h" /* Global variables. These are effectively the client state information */ diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c index 549d8c9a8a..ece504411b 100644 --- a/source3/nsswitch/pam_winbind.c +++ b/source3/nsswitch/pam_winbind.c @@ -26,8 +26,8 @@ #define PAM_USE_AUTHTOK_ARG (1<<1) #define PAM_UNKNOWN_OK_ARG (1<<2) -#include "ntdom_config.h" -#include "winbindd_ntdom.h" +#include "winbind_nss_config.h" +#include "winbindd_nss.h" /* prototypes from common.c */ void init_request(struct winbindd_request *req,int rq_type); diff --git a/source3/nsswitch/winbind_nss.c b/source3/nsswitch/winbind_nss.c index 48dc1882b3..5c6227286d 100644 --- a/source3/nsswitch/winbind_nss.c +++ b/source3/nsswitch/winbind_nss.c @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ -#include "ntdom_config.h" -#include "winbindd_ntdom.h" +#include "winbind_nss_config.h" +#include "winbindd_nss.h" /* prototypes from common.c */ void init_request(struct winbindd_request *req,int rq_type); diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 706a1fcc70..d333b32bcf 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -28,7 +28,7 @@ #include "includes.h" #include "nterr.h" -#include "winbindd_ntdom.h" +#include "winbindd_nss.h" /* Naughty global stuff */ -- cgit