summaryrefslogtreecommitdiff
path: root/python/samba/provision
AgeCommit message (Expand)AuthorFilesLines
2018-04-13python: bulk replace file to open for py3Joe Guo1-1/+1
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-2/+2
2018-04-06dsdb: add lmdbLevelOne as a required feature.Gary Lockyer1-1/+11
2018-04-06provision: Set @INDEXLIST first when building dummy sam.ldbAndrew Bartlett1-3/+5
2018-04-06provision: allow provisioning of a different database backendGary Lockyer2-20/+53
2018-03-19provision: use the provision control when adding foreignSecurityPrincipalsStefan Metzmacher1-2/+2
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-3/+6
2018-02-28samba python libs: convert 'O1234' format to python3 compatible '0o1234'Noel Power3-17/+17
2018-02-21provision: fix the 'dnsdomain' for the local sam of a domain memberStefan Metzmacher1-0/+16
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-12-202008R2: Missing operation (75, 76) for ActiveDirectoryUpdate version 5 (FL)Garming Sam1-2/+6
2017-12-20sambadns: Allow functional level 2016 (when added)Garming Sam1-2/+3
2017-12-18provision: Changes to support encrypted_secrets moduleGary Lockyer1-6/+44
2017-12-14schema: Add option of specifying the base schema for a provisionTim Beale1-3/+10
2017-12-14schema: Re-work extended rights handling in provision (prep for 2012R2)Andrew Bartlett1-1/+6
2017-12-10samba-tool: validate password early in `domain provision`Jamie McClymont1-1/+4
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