diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-03-23 00:05:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:12 -0500 |
commit | d735487aad2f722d3d13994b47a998ef5164c660 (patch) | |
tree | 85cd6f99a69cf45cdffbbd10802af4390639da92 /source4/auth/config.mk | |
parent | 1cb21b84a93028147ebd9c408a9db42d34e6cbf0 (diff) | |
download | samba-d735487aad2f722d3d13994b47a998ef5164c660.tar.gz samba-d735487aad2f722d3d13994b47a998ef5164c660.tar.xz samba-d735487aad2f722d3d13994b47a998ef5164c660.zip |
r5983: Start support for being a domain member in Samba4.
This adds the auth_domain module to the auth subsystem, and cleans up
some small details around the join process (ensuring all the right
info is in the DB).
Andrew Bartlett
(This used to be commit 858cbfb8210239aa85a01da95e5beb9546a998a5)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 43a1ef43474..39583185202 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -36,6 +36,18 @@ REQUIRED_SUBSYSTEMS = \ ####################### ####################### +# Start MODULE auth_domain +[MODULE::auth_domain] +INIT_FUNCTION = auth_domain_init +SUBSYSTEM = AUTH +INIT_OBJ_FILES = \ + auth/auth_domain.o +REQUIRED_SUBSYSTEMS = \ + NDR_NETLOGON LIBNDR +# End MODULE auth_winbind +####################### + +####################### # Start MODULE auth_developer [MODULE::auth_developer] INIT_FUNCTION = auth_developer_init |