s4:s3compat Add an auth module that forwards authentication to Samba4
authorAndrew Bartlett <abartlet@samba.org>
Wed, 5 May 2010 12:59:42 +0000 (22:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:33 +0000 (11:12 +1000)
commit18a76cde2bda6c163739bc81ea4bcd6a9e4807de
tree92c940b2eb033c97d0621a575759cfb0723417a4
parent9f0cc14b5b0386cacc4876f99637de8ed85073d7
s4:s3compat Add an auth module that forwards authentication to Samba4

To use, set 'auth methods = samba4' in the smb.conf file, and ensure
you have aready added the user you wish to use to /etc/passwd.
(Winbind does not yet work with s3compat).

Andrew Bartlett
source4/s3compat/auth_samba4.c [new file with mode: 0644]
source4/s3compat/s3_smbd.c
source4/s3compat/s3compat.c
source4/s3compat/s3compat_authenticate.c [new file with mode: 0644]
source4/s3compat/wscript_build