summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-03provision: Use logger rather than print.Jelmer Vernooij1-1/+1
2012-10-03s4-provision: do not skip setting the acls on sysvolMatthieu Patou1-1/+3
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-2/+2
2012-09-16samba.provision: Fix formatting, NameErrors.Jelmer Vernooij1-68/+80
2012-09-12s4 provision: Ask for the dns forwarder IP address during interactive provisionKai Blin1-1/+4
2012-09-12s4:provision: don't add the dns-HOSTNAME account if we use the internal dns s...Stefan Metzmacher1-6/+10
2012-09-12s4 dns: use the internal DNS server per defaultKai Blin1-2/+2
2012-09-11provision: Only give the "no posix ACLs" exception if we could not set the SDAndrew Bartlett1-6/+6
2012-09-05s4-provision: Fix error message to contain the string SSDL of the failed-to-m...Andrew Bartlett1-2/+2
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett1-11/+12
2012-08-28s4-classicupgrade: Do the setting of the sysvol ACLs last, after idmap is con...Andrew Bartlett1-5/+8
2012-08-28s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett1-0/+2
2012-08-23s4-samba-tool: Add samba-tool ntacl sysvolcheck commandAndrew Bartlett1-1/+109
2012-08-23s4-provision: Fix internal documentationAndrew Bartlett1-0/+1
2012-08-23s3-pysmbd: Allow a mode to be specified for the simple ACLAndrew Bartlett1-1/+1
2012-08-23s4-provision: set POSIX ACLs to for use with the smbd file server (s3fs)Andrew Bartlett1-21/+53
2012-08-22s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett1-2/+2
2012-08-10s4-dsdb: Explain better what records are written during schema setAndrew Bartlett1-3/+3
2012-08-09s4-dsdb: Ensure we have indexing enabled during the provisionAndrew Bartlett1-1/+6
2012-07-13s4-provision: Provide YP/NIS subtree to allow ADUC to see and set rfc2307 attrsGeza Gemes1-1/+26
2012-06-21s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett1-1/+7
2012-06-20s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett1-1/+5
2012-06-20s4-provision: Remove --slapd-path optionAndrew Bartlett1-1/+1
2012-06-20s4-provision: Remove last unused remenants of the 'sid generator' configurationAndrew Bartlett1-10/+3
2012-06-16s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett1-4/+4
2012-06-15lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett1-5/+6
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-13/+14
2012-06-12s4:provision: fix use of non-existent word (existant)Michael Adam1-1/+1
2012-06-05s4-provision: Test for posix ACLs in the actual sysvol pathAndrew Bartlett1-12/+16
2012-06-05s4-provision: Place xattr.tdb in the actual state directoryAndrew Bartlett1-13/+14
2012-05-30s4-provision: Use the s3fs file server by default in migrationsAndrew Bartlett1-1/+1
2012-05-08s4-provision Ensure we have posix ACLs before we permit a s3fs-based Samba4 t...Andrew Bartlett1-0/+14
2012-05-03provision: remove reference to no longer existing template files.Jelmer Vernooij1-7/+5
2012-05-02s4-provision: Fix up --use-s3fs to create the directory for xattr.tdbAndrew Bartlett1-4/+8
2012-05-02s4-provision: set 'dcerpc endpoint servers' but not 'vfs objects'Andrew Bartlett1-1/+1
2012-04-18s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett1-9/+16
2012-04-16Add an option to have s3fs as file server for samba4Matthieu Patou1-8/+19
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer1-1/+1
2012-03-01s4-provision: Use "state directory" from lp, as it is always setAmitay Isaacs1-2/+1
2012-02-27provision: Write configuration without help of templates.Jelmer Vernooij1-38/+34
2012-02-26provision: Simplify make_smbconf a bit.Jelmer Vernooij1-16/+17
2012-02-26provision: Fix order for error formatting.Jelmer Vernooij1-2/+2
2012-02-26provision: Raise proper error when shares are missing rather than AssertionEr...Jelmer Vernooij1-11/+14
2012-02-26provision: Share more code for determine_netbios_name() with samba.valid_netb...Jelmer Vernooij1-9/+5
2012-02-26provision: Properly close opened files.Jelmer Vernooij1-6/+14
2012-02-26provision: Reuse determine_netbios_name.Jelmer Vernooij1-8/+1
2012-02-26provision: Factor out determination of new netbios name.Jelmer Vernooij1-8/+13
2012-02-26provision: Split out result reporting for backends.Jelmer Vernooij1-25/+15
2012-02-26provision: Put adminpass details in ProvisionResult.Jelmer Vernooij1-13/+22
2012-02-26provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij1-1/+1