r26319: Split encoding functions out of libcli_ldap.
[jelmer/samba4-debian.git] / source / auth / config.mk
1 # auth server subsystem
2 include gensec/config.mk
3 include kerberos/config.mk
4 include ntlmssp/config.mk
5 include credentials/config.mk
6
7 [SUBSYSTEM::auth_session]
8 OBJ_FILES = session.o
9 PUBLIC_PROTO_HEADER = session_proto.h
10
11 [SUBSYSTEM::auth_system_session]
12 OBJ_FILES = system_session.o
13 PUBLIC_PROTO_HEADER = system_session_proto.h
14 PRIVATE_DEPENDENCIES = auth_session
15
16 [SUBSYSTEM::auth_sam]
17 PRIVATE_PROTO_HEADER = auth_sam.h
18 OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o 
19 PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB
20 PRIVATE_DEPENDENCIES = LDAP_ENCODE
21
22 #######################
23 # Start MODULE auth_sam
24 [MODULE::auth_sam_module]
25 # gensec_krb5 and gensec_gssapi depend on it
26 INIT_FUNCTION = auth_sam_init
27 SUBSYSTEM = auth
28 OBJ_FILES = auth_sam.o
29 PRIVATE_DEPENDENCIES = \
30                 SAMDB auth_sam
31 # End MODULE auth_sam
32 #######################
33
34 #######################
35 # Start MODULE auth_anonymous
36 [MODULE::auth_anonymous]
37 INIT_FUNCTION = auth_anonymous_init
38 SUBSYSTEM = auth
39 OBJ_FILES = auth_anonymous.o
40 # End MODULE auth_anonymous
41 #######################
42
43 #######################
44 # Start MODULE auth_winbind
45 [MODULE::auth_winbind]
46 INIT_FUNCTION = auth_winbind_init
47 SUBSYSTEM = auth
48 OBJ_FILES = auth_winbind.o
49 PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
50 # End MODULE auth_winbind
51 #######################
52
53 #######################
54 # Start MODULE auth_developer
55 [MODULE::auth_developer]
56 INIT_FUNCTION = auth_developer_init
57 SUBSYSTEM = auth
58 OBJ_FILES = auth_developer.o
59 # End MODULE auth_developer
60 #######################
61
62 [MODULE::auth_unix]
63 INIT_FUNCTION = auth_unix_init
64 SUBSYSTEM = auth
65 OBJ_FILES = auth_unix.o
66 PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER
67
68 [SUBSYSTEM::PAM_ERRORS]
69 PRIVATE_PROTO_HEADER = pam_errors.h
70 OBJ_FILES = pam_errors.o
71
72 #######################
73 # Start SUBSYSTEM auth
74 [SUBSYSTEM::auth]
75 #VERSION = 0.0.1
76 #SO_VERSION = 0
77 PUBLIC_HEADERS = auth.h
78 PUBLIC_PROTO_HEADER = auth_proto.h
79 OBJ_FILES = \
80                 auth.o \
81                 auth_util.o \
82                 auth_simple.o
83 PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
84 # End SUBSYSTEM auth
85 #######################
86
87 [PYTHON::swig_auth]
88 PUBLIC_DEPENDENCIES = auth_system_session LIBPYTHON
89 PRIVATE_DEPENDENCIES = SAMDB 
90 SWIG_FILE = auth.i