1 # auth server subsystem
2 include gensec
/config.mk
3 include kerberos
/config.mk
4 include ntlmssp
/config.mk
5 include credentials
/config.mk
8 PRIVATE_PROTO_HEADER
= auth_sam.h
9 OBJ_FILES
= sam.o auth_sam_reply.o ntlm_check.o
10 PUBLIC_DEPENDENCIES
= SAMDB
12 #######################
13 # Start MODULE auth_sam
14 [MODULE
::auth_sam_module
]
15 # gensec_krb5 and gensec_gssapi depend on it
16 INIT_FUNCTION
= auth_sam_init
18 OBJ_FILES
= auth_sam.o
19 PUBLIC_DEPENDENCIES
= \
22 #######################
24 #######################
25 # Start MODULE auth_anonymous
26 [MODULE
::auth_anonymous
]
27 INIT_FUNCTION
= auth_anonymous_init
29 OBJ_FILES
= auth_anonymous.o
30 # End MODULE auth_anonymous
31 #######################
33 #######################
34 # Start MODULE auth_winbind
35 [MODULE
::auth_winbind
]
36 INIT_FUNCTION
= auth_winbind_init
38 OBJ_FILES
= auth_winbind.o
39 PUBLIC_DEPENDENCIES
= NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
40 # End MODULE auth_winbind
41 #######################
43 #######################
44 # Start MODULE auth_developer
45 [MODULE
::auth_developer
]
46 INIT_FUNCTION
= auth_developer_init
48 OBJ_FILES
= auth_developer.o
49 # End MODULE auth_developer
50 #######################
52 #######################
53 # Start MODULE auth_unix
55 INIT_FUNCTION
= auth_unix_init
57 OBJ_FILES
= auth_unix.o
58 PUBLIC_DEPENDENCIES
= CRYPT PAM PAM_ERRORS
59 # End MODULE auth_unix
60 #######################
62 [SUBSYSTEM
::PAM_ERRORS
]
63 PRIVATE_PROTO_HEADER
= pam_errors.h
64 OBJ_FILES
= pam_errors.o
66 #######################
67 # Start SUBSYSTEM auth
71 PUBLIC_HEADERS
= auth.h
72 PUBLIC_PROTO_HEADER
= auth_proto.h
77 PUBLIC_DEPENDENCIES
= LIBSECURITY process_model SAMDB
79 #######################