summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision
Commit message (Expand)AuthorAgeFilesLines
* s4:provision: don't add the dns-HOSTNAME account if we use the internal dns s...Stefan Metzmacher2012-09-121-6/+10
* s4 dns: use the internal DNS server per defaultKai Blin2012-09-121-2/+2
* provision: Only give the "no posix ACLs" exception if we could not set the SDAndrew Bartlett2012-09-111-6/+6
* s4-provision: Fix error message to contain the string SSDL of the failed-to-m...Andrew Bartlett2012-09-051-2/+2
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-041-11/+12
* s4-classicupgrade: Do the setting of the sysvol ACLs last, after idmap is con...Andrew Bartlett2012-08-281-5/+8
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-281-0/+2
* s4-samba-tool: Add samba-tool ntacl sysvolcheck commandAndrew Bartlett2012-08-231-1/+109
* s4-provision: Fix internal documentationAndrew Bartlett2012-08-231-0/+1
* s3-pysmbd: Allow a mode to be specified for the simple ACLAndrew Bartlett2012-08-231-1/+1
* s4-provision: set POSIX ACLs to for use with the smbd file server (s3fs)Andrew Bartlett2012-08-231-21/+53
* s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett2012-08-221-2/+2
* s4-dsdb: Explain better what records are written during schema setAndrew Bartlett2012-08-101-3/+3
* s4-dsdb: Ensure we have indexing enabled during the provisionAndrew Bartlett2012-08-091-1/+6
* s4-provision: Provide YP/NIS subtree to allow ADUC to see and set rfc2307 attrsGeza Gemes2012-07-131-1/+26
* s4-join: Setup correct DNS configurationAndrew Bartlett2012-06-241-27/+62
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-211-1/+7
* s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett2012-06-201-1/+5
* s4-provision: Remove --slapd-path optionAndrew Bartlett2012-06-201-1/+1
* s4-provision: Remove last unused remenants of the 'sid generator' configurationAndrew Bartlett2012-06-201-10/+3
* s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett2012-06-161-4/+4
* lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett2012-06-151-5/+6
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-13/+14
* s4:provision: fix use of non-existent word (existant)Michael Adam2012-06-121-1/+1
* s4-provision: Test for posix ACLs in the actual sysvol pathAndrew Bartlett2012-06-051-12/+16
* s4-provision: Place xattr.tdb in the actual state directoryAndrew Bartlett2012-06-051-13/+14
* s4-provision: Use the s3fs file server by default in migrationsAndrew Bartlett2012-05-301-1/+1
* s4-provision Ensure we have posix ACLs before we permit a s3fs-based Samba4 t...Andrew Bartlett2012-05-081-0/+14
* provision: remove reference to no longer existing template files.Jelmer Vernooij2012-05-031-7/+5
* s4-provision: Fix up --use-s3fs to create the directory for xattr.tdbAndrew Bartlett2012-05-021-4/+8
* s4-provision: set 'dcerpc endpoint servers' but not 'vfs objects'Andrew Bartlett2012-05-021-1/+1
* s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett2012-04-181-9/+16
* Add an option to have s3fs as file server for samba4Matthieu Patou2012-04-161-8/+19
* s4-provision: Update configuration lines for dlz_bind9Amitay Isaacs2012-04-161-3/+1
* LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer2012-03-261-1/+1
* provision: dns: TXT Records need a list of strings as inputAmitay Isaacs2012-03-021-2/+5
* s4-provision: Use "state directory" from lp, as it is always setAmitay Isaacs2012-03-011-2/+1
* provision: Write configuration without help of templates.Jelmer Vernooij2012-02-271-38/+34
* provision: Simplify make_smbconf a bit.Jelmer Vernooij2012-02-261-16/+17
* provision: Fix order for error formatting.Jelmer Vernooij2012-02-261-2/+2
* provision: Raise proper error when shares are missing rather than AssertionEr...Jelmer Vernooij2012-02-261-11/+14
* provision: Share more code for determine_netbios_name() with samba.valid_netb...Jelmer Vernooij2012-02-261-9/+5
* provision/backend: Properly close all opened files.Jelmer Vernooij2012-02-261-11/+36
* provision: Properly close opened files.Jelmer Vernooij2012-02-261-6/+14
* provision: Reuse determine_netbios_name.Jelmer Vernooij2012-02-261-8/+1
* provision: Factor out determination of new netbios name.Jelmer Vernooij2012-02-261-8/+13
* provision: Split out result reporting for backends.Jelmer Vernooij2012-02-262-27/+59
* provision: Put adminpass details in ProvisionResult.Jelmer Vernooij2012-02-261-13/+22
* provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij2012-02-261-1/+1
* provision: Leave result reporting up to caller.Jelmer Vernooij2012-02-261-8/+11