1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Andrew Bartlett
603a9bcd2e file_server: add [globals] to generated smb.conf 2012-07-03 08:13:01 +10:00
Andrew Bartlett
60b6348244 s3-auth: rework default auth methods around the lp_server_role() parameter
To cover all the enum values, ROLE_ACTIVE_DIRECTORY_DOMAIN_CONTROLLER
is mapped to the samba4 auth module, and this is no longer required to
be specified in fileserver.conf.

Andrew Bartlett
2012-06-15 09:18:33 +02:00
Andrew Bartlett
61ab9a4806 file_server: Use samba4 auth module for guest logins as well
This is important for consistancy on NTLM logins, as the samba4 stack is used
for all NTLMSSP logins anyway.

Andrew Bartlett
2012-06-11 11:44:07 +02:00
Andrew Bartlett
692b3bfd7f file_server: set 'store dos attributes = yes'
This means we do not need the old permissions-based mappings.

Andrew Bartlett
2012-05-02 10:53:50 +10:00
Andrew Bartlett
33bf3efe37 file_server: use embedded srvsvc 2012-05-02 01:00:12 +02:00
Andrew Bartlett
2e1a4f63eb file_server: Use the embedded winreg server 2012-05-02 01:00:12 +02:00
Andrew Bartlett
c3be5240e9 file_server: use embedded ntsvcs server 2012-05-02 01:00:12 +02:00
Andrew Bartlett
cb5c456d47 file_server: use embedded eventlog server 2012-05-02 01:00:12 +02:00
Andrew Bartlett
f956f04dd1 file_server: forward dssetup, but use embedded svcctl for s3fs 2012-05-02 01:00:12 +02:00
Andrew Bartlett
538893d183 s3fs: Use xattr_tdb format for xattr storage
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104
2012-04-18 05:39:01 +02:00
Andrew Bartlett
7cda954fbb file_server: Move vfs objects initialisation into file_server.c smb.conf wrapper 2012-04-03 14:35:02 +10:00
Andrew Tridgell
e2e2e60b61 s3fs: when samba is logging to stdout, ask smbd to also do so
this prevents make test getting spurious errors about opening log
files in the install prefix
2012-02-28 12:01:08 +01:00
Andrew Tridgell
8db121be42 s3fs: added file_server directory
this contains a file server backend that forks and starts smbd

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2012-02-28 12:01:08 +01:00