1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/param
Andrew Bartlett 3fc2c03ea3 s3-param: Handle setting default AD DC per-share settings in init_locals()
This function is helpfully called between when we finish processing
the globals and when we start processing the individual shares.  This
means that the "vfs objects" and other per-share settings we specify
here become the defaults for (eg) [netlogon] and [sysvol] but the
admin can override these on a per-share basis or (as we must in make
test) for the whole server.

This broke setting and fetching of group policy objects from Windows
clients, since this setting was moved from fileserver.conf in
8518dd6406, and wasn't found in 'make
test' because we have to override the vfs objects to insert the
xattr_tdb and fake_acl modules.

Andrew Bartlett

Reviewed-by: Michael Adam <obnox@samba.org>
2012-11-16 01:52:28 +01:00
..
loadparm_ctx.c lib/param: Merge handling of security/domain master/domain logons/server role 2012-07-24 11:01:17 +02:00
loadparm.c s3-param: Handle setting default AD DC per-share settings in init_locals() 2012-11-16 01:52:28 +01:00
pyparam.c s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers 2012-06-27 17:11:16 +02:00
service.c Correctly check for errors in strlower_m() returns. 2012-08-09 12:08:18 -07:00
test_lp_load.c
util.c