summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision
Commit message (Expand)AuthorAgeFilesLines
* 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
* provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij2012-02-251-15/+30
* provision: Properly close ldb transactions.Jelmer Vernooij2012-02-251-13/+18
* Factor out sanitize_server_role.Jelmer Vernooij2012-02-251-24/+39
* Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij2012-02-253-21/+23
* provision: Remove unused imports.Jelmer Vernooij2012-02-251-7/+4
* s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209Andrew Bartlett2012-02-231-3/+3
* s4-provision: dns: Add txt DNS recordAmitay Isaacs2012-02-211-0/+9
* s4-provision: dns: Do not re-calculate ntdsguid, use from namesAmitay Isaacs2012-02-211-15/+1
* s4-provision: dns: Refactor population of dns data codeAmitay Isaacs2012-02-211-56/+98
* s4:provision: only print the adminpass if it was generated (not user-provided)Michael Adam2012-02-161-1/+5
* s4:provision: generate the adminpass provision() instead of provision_fill()Michael Adam2012-02-161-2/+3
* s4:provision: don't log the ldap admin password - it is internal onlyMichael Adam2012-02-161-3/+0
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-2/+2
* s4:provision: add "+dns" to server services if the dns backend is SAMBA_INTERNALMichael Adam2012-01-101-2/+7
* s4:provision: add the possibility to provision "server services" in smb.confMichael Adam2012-01-101-2/+9
* s4:provision: improve a messageMichael Adam2012-01-101-1/+1
* s4-provision: Fix the problem of DnsProperty values not being set correctlyAmitay Isaacs2012-01-031-0/+7
* s4-provision: Fix tdbdump path lookup in make test.Andreas Schneider2012-01-021-1/+1
* s4-provision: Set dNSProperty attribute for dns zonesAmitay Isaacs2011-12-231-2/+71
* s4-provision: Do not guess partition file names, use @PARTITION recordAmitay Isaacs2011-12-131-59/+76
* s4-provision: Extract common utility routines in separate fileAmitay Isaacs2011-12-133-92/+106
* s4-provision: CN=MicrosoftDNS,CN=System container is in forest and not domainAmitay Isaacs2011-12-131-10/+10
* s4-provision: Fix the security ace for DnsAdmins group on DNS recordsAmitay Isaacs2011-11-291-12/+19
* s4-provision: Create a samdb copy for access by dlz_bind9 moduleAmitay Isaacs2011-11-293-56/+156
* s4-provision: Extract security descriptors in separate fileAmitay Isaacs2011-11-292-77/+111
* s4-provision permit server role to be the ROLE_ strings from s3Andrew Bartlett2011-11-171-2/+16
* provision: Set the security descriptor while creating partitionsAmitay Isaacs2011-11-161-12/+2
* s4-provision: Create ldap records for DNS partitions similar to windowsAmitay Isaacs2011-11-091-1/+1