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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/common.c') 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 */ -- cgit