summaryrefslogtreecommitdiff
path: root/python/samba/provision
AgeCommit message (Expand)AuthorFilesLines
2022-05-23s4/dlz: add support for bind 9.18Douglas Bagnall1-1/+5
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-2/+0
2022-02-23provision: add a comment that the value of krbtgtpass is ignored in the backendStefan Metzmacher1-0/+3
2022-02-23provision: use 120 characters for the dns account passwordStefan Metzmacher1-1/+1
2021-11-29mit-kdc: Use more strict KDC default settingsAndreas Schneider1-0/+7
2021-06-22samba-tool: Provision search DnsAdmins from wellknown containerDavid Mulder1-3/+5
2021-06-11provision: Refactor another usage of create_dns_dir_keytab_linkJoseph Sutton1-35/+2
2021-06-11sambadns: Create BINDDNS_DIR/dns.keytab link to PRIVATE_DIR/dns.keytab on DC ...Derek Lambert1-0/+43
2021-06-11sambadns: Fix docstring for create_dns_dir()Joseph Sutton1-1/+1
2021-04-08py/provision/sambadns: Add a comment about DNS typesDouglas Bagnall1-0/+9
2021-04-08py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall1-3/+3
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton1-1/+1
2021-03-17py/provision: provision_become_dc(): remove unused argumentsDouglas Bagnall1-7/+7
2021-03-17py/provision: remove unused variable, thence importDouglas Bagnall1-3/+0
2020-12-09python: remove unused provision.check_install()Douglas Bagnall1-15/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-09-24provision: BIND 9.17.x is not supportedAmitay Isaacs1-0/+2
2020-09-24provision: Add support for BIND 9.16.xAmitay Isaacs1-1/+5
2020-09-24provision: BIND 9.15.x is not supportedAmitay Isaacs1-0/+2
2020-09-24provision: Add support for BIND 9.14.xAmitay Isaacs1-2/+5
2020-09-24provision: BIND 9.13.x is not supportedAmitay Isaacs1-0/+2
2020-08-11python compat: remove binary_typeDouglas Bagnall1-2/+1
2020-08-11python compat: remove string_typesDouglas Bagnall1-3/+2
2020-06-13python: do not always import urllibDouglas Bagnall1-1/+1
2020-06-05python/samba/provision: set unix session info for user session, used for sysv...Björn Baumbach1-0/+5
2020-04-23provision: Remove final code for the LDAP backendAndrew Bartlett2-22/+3
2019-12-20pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme1-5/+8
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme1-6/+9
2019-12-20pysmbd: add "session_info" arg to py_smbd_chown()Ralph Boehme1-1/+1
2019-12-20pysmbd: add "session_info" arg to py_smbd_set_simple_acl()Ralph Boehme1-1/+2
2019-12-20upgradedns: ensure lmdb lock files linkedGary Lockyer1-0/+10
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett2-768/+9
2019-08-22s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett1-8/+0
2019-07-04domain join: set ldb "transaction_index_cache_size" optionGary Lockyer1-7/+11
2019-07-04domain join: enable ldb batch modeGary Lockyer1-4/+7
2019-07-02provision: Add --backend-store-size optionGary Lockyer1-10/+30
2019-07-02provision: If --targetdir has been specified then we must always reset posix:...Andrew Bartlett1-6/+12
2019-07-02samba-tool domain provision: add lmdb database size optionGary Lockyer1-1/+2
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett1-1/+1
2019-05-31provision: Fallback to assumption root-UID==zeroTim Beale1-1/+11
2019-04-11python/provision: use provision and relax controls for schema provisionStefan Metzmacher1-7/+12
2019-04-11s4:provision: split out provision_self_join_modify_schema.ldifStefan Metzmacher1-2/+6
2019-03-14tests: Make IPv4 assumption explicitTim Beale1-2/+2
2018-11-14python/samba/provision: PY3 port samba4.dlz_bind9.versionNoel Power1-3/+4
2018-11-01provision/backend: LDAPBackendResult takes no credsDouglas Bagnall1-1/+1
2018-11-01provision/backend: fix formating syntaxDouglas Bagnall1-2/+3
2018-11-01provision: fix string formatting (number of args)Douglas Bagnall1-2/+6
2018-11-01provision: fix string format syntaxDouglas Bagnall1-1/+3
2018-11-01Python provision: remove "ExistingBackend"Douglas Bagnall2-28/+0
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-1/+1