summaryrefslogtreecommitdiff
path: root/python/samba/provision
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett2-46/+20
2013-10-10provision/sambadns: CN=MicrosoftDNS,CN=System, is relative to DOMAINDNStefan Metzmacher1-8/+8
2013-10-10provision: Fix comment to refer to correct file (krb5.conf)Andrew Bartlett1-3/+2
2013-09-26s4-openldap: Restored openldap-related options to the provision scriptNadezhda Ivanova2-9/+13
2013-09-18OpenLDAP provisioning tweaksHoward Chu1-33/+25
2013-09-18Use SASL/EXTERNAL over ldapi://Howard Chu1-3/+4
2013-09-18Give slapd a second to startupHoward Chu1-1/+1
2013-09-17Fix OpenLDAP partition configsHoward Chu1-0/+22
2013-09-17dsdb: Use credentials.get_forced_sasl_mech()Andrew Bartlett1-0/+2
2013-09-16samba-tool domain provision: Make ldap_backend_startup.sh +x and take optiona...Andrew Bartlett1-2/+5
2013-09-04scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett1-3/+8
2013-08-30python/provision: remove unused linklocal=False argument from interface_ips_v6()Stefan Metzmacher1-3/+3
2013-04-11scripting-provision: Do not enforce domain != realm if we are joining an exis...Andrew Bartlett1-4/+5
2013-03-25scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett1-8/+7
2013-03-25scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett3-420/+2
2013-03-25scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett1-32/+33
2013-03-25scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett1-0/+58
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij5-0/+4695