From 1d6e6540e07af51d687859b2b87518cfc8ae904d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Nov 2005 13:35:59 +0000 Subject: r11441: Remove the auth_domain module from Samba4, as we will only do things via winbindd in Samba4. Andrew Bartlett (This used to be commit e63be25d0b6edbb17f0747663b0570145a4d55fb) --- source4/auth/config.mk | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index c09e484231..876d43a6ef 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -39,18 +39,6 @@ REQUIRED_SUBSYSTEMS = \ # End MODULE auth_winbind ####################### -####################### -# Start MODULE auth_domain -[MODULE::auth_domain] -INIT_FUNCTION = auth_domain_init -SUBSYSTEM = AUTH -INIT_OBJ_FILES = \ - auth_domain.o -REQUIRED_SUBSYSTEMS = \ - NDR_NETLOGON LIBNDR -# End MODULE auth_winbind -####################### - ####################### # Start MODULE auth_developer [MODULE::auth_developer] -- cgit