r4620: - add interface functions to the auth subsystem so that callers doesn't need to
[jelmer/samba4-debian.git] / source / auth / config.mk
1 # AUTH Server subsystem
2
3 #######################
4 # Start MODULE auth_sam
5 [MODULE::auth_sam]
6 INIT_FUNCTION = auth_sam_init
7 SUBSYSTEM = AUTH
8 INIT_OBJ_FILES = \
9                 auth/auth_sam.o
10 REQUIRED_SUBSYSTEMS = \
11                 SAMDB
12 # End MODULE auth_sam
13 #######################
14
15 #######################
16 # Start MODULE auth_anonymous
17 [MODULE::auth_anonymous]
18 INIT_FUNCTION = auth_anonymous_init
19 SUBSYSTEM = AUTH
20 INIT_OBJ_FILES = \
21                 auth/auth_anonymous.o
22 # End MODULE auth_anonymous
23 #######################
24
25 #######################
26 # Start MODULE auth_winbind
27 [MODULE::auth_winbind]
28 INIT_FUNCTION = auth_winbind_init
29 SUBSYSTEM = AUTH
30 INIT_OBJ_FILES = \
31                 auth/auth_winbind.o
32 REQUIRED_SUBSYSTEMS = \
33                 LIB_WINBIND_CLIENT \
34                 NDR_NETLOGON LIBNDR
35 # End MODULE auth_winbind
36 #######################
37
38 #######################
39 # Start MODULE auth_developer
40 [MODULE::auth_developer]
41 INIT_FUNCTION = auth_developer_init
42 SUBSYSTEM = AUTH
43 INIT_OBJ_FILES = \
44                 auth/auth_developer.o
45 # End MODULE auth_developer
46 #######################
47
48 #######################
49 # Start SUBSYSTEM AUTH
50 [SUBSYSTEM::AUTH]
51 INIT_OBJ_FILES = \
52                 auth/auth.o
53 ADD_OBJ_FILES = \
54                 auth/auth_util.o \
55                 auth/ntlm_check.o
56 # End SUBSYSTEM AUTH
57 #######################