summaryrefslogtreecommitdiff
path: root/python/samba/provision
AgeCommit message (Expand)AuthorFilesLines
2017-09-16python:provision: Do not change the owner of the sam.ldb.d dirAndreas Schneider1-3/+0
2017-09-16python:provision: Change the group of the 'binddns dir' tooAndreas Schneider1-0/+8
2017-09-16samba:provision: Give a hint to copy the krb5.conf and not symlink itAndreas Schneider1-0/+3
2017-09-14s4-provision: Ensure the dummy main-domain DB used for DLZ has an @INDEXLISTAndrew Bartlett1-0/+4
2017-09-05python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2-26/+65
2017-09-05python:samba: Remove code to change groupAndreas Schneider1-10/+0
2017-09-05dynconfig: Change permission of the private dir to 0700Andreas Schneider1-1/+1
2017-08-07python: Fix incorrect kdc.conf parameter name in kerberos.pyMarc Muehlfeld1-1/+1
2017-06-09provision: Update root DNS servers listAmitay Isaacs1-3/+11
2017-05-26python: Create the kdc.conf in the Samba private directoryAndreas Schneider2-20/+15
2017-05-26python: Do not use the glue code directlyAndreas Schneider1-2/+2
2017-05-25tests net_join: use private secrets database.Gary Lockyer1-1/+4
2017-05-05samba-tool: Rename Samba4 to Samba ADAndreas Schneider1-2/+2
2017-04-29python: Add provisioning support for MIT KDC in samba-toolAndreas Schneider2-6/+113
2017-03-10python: samba.param: Port param module to Python 3Lumir Balhar1-5/+1
2017-03-10python provision: FDSBackend takes forced uriDouglas Bagnall1-4/+5
2017-02-21samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher1-2/+2
2017-02-21python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2-2/+2
2017-02-10python provision: fix indenting of doc stringDouglas Bagnall1-1/+1
2016-11-21python/provision: Remove unused parameter schemaAndrew Bartlett1-2/+2
2016-10-28provision: Add support for BIND 9.11.xAmitay Isaacs1-1/+5
2016-10-10Replaced string "Samba 4" with "Samba AD"Marc Muehlfeld1-1/+1
2016-07-12Fix typo in python/samba/provision/__init__.pyRowland Penny1-1/+1
2016-07-06provision: Ignore duplicate attid and governsID checkBob Campbell1-4/+12
2016-07-06provision_fill: move GPO into transactionBob Campbell1-5/+7
2016-07-06provision_fill: move most db accesses into transactionsBob Campbell2-230/+232
2015-12-15Fix bug 10881 Wrong keytab permissions when joining additional DC with BIND b...Andrew Bartlett1-0/+10
2015-11-21samba-tool:provision: fix bug 11600Rowland Penny1-6/+5
2015-10-20provision: Allow more OS levels in sambadnsAndrew Bartlett1-2/+3
2015-03-06provision: Give a more helpful message when find_provision_key_parameters() f...Andrew Bartlett1-2/+5
2014-10-25s4-dns: Add support for BIND 9.10Amitay Isaacs1-1/+5
2014-10-25s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs1-6/+6
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij1-5/+11
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij1-2/+2
2014-09-30provision: Change the default functional level of new Samba domains to 2008R2.Andrew Bartlett1-1/+1
2014-09-27provision: explain why this is requiredAndrew Bartlett1-0/+8
2014-09-01provision: Only create hard links for ForestDnsZones if it exists on this DCAndrew Bartlett1-4/+8
2014-09-01python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett1-2/+0
2014-09-01provision: Use names.domainsid and names.domainguidAndrew Bartlett2-41/+46
2014-09-01provision: Only calculate ForestDNSZone GUID if we need itAndrew Bartlett1-5/+4
2014-06-18provision/sambadns: remove redundant site parameterBjörn Baumbach2-3/+4
2014-05-21provision: Correctly provision the SOA record minimum TTLKai Blin1-0/+1
2014-03-09samba-tool: make provision check for bind versionGarming Sam1-2/+28
2014-02-05provision: capture slightly less generic exceptions during the test for aclsGarming Sam1-2/+2
2014-02-05provision: improve error message when connecting to samdb without the correct...Garming Sam1-1/+7
2014-02-05provision: Fix failures on re-provision incorrectly blamed on posix acl support.Garming Sam1-26/+25
2013-11-11provision: Fix string replacement orderingBenjamin Franzke1-1/+1
2013-11-11CVE-2013-4476: samba-tool provision: create ${private_dir}/tls with mode 0700Björn Baumbach1-1/+1
2013-10-25s4-openldap: Fixed a problem with provisioning with OpenLdapNadezhda Ivanova1-1/+1
2013-10-11samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett3-39/+68