summaryrefslogtreecommitdiff
path: root/python/samba/provision/backend.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-01provision/backend: LDAPBackendResult takes no credsDouglas Bagnall1-1/+1
2018-11-01provision/backend: fix formating syntaxDouglas Bagnall1-2/+3
2018-11-01Python provision: remove "ExistingBackend"Douglas Bagnall1-20/+0
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-1/+1
2018-10-25python/provision: remove unused importsDouglas Bagnall1-4/+1
2018-10-23python/samba/provision: PY3 PY3 port samba4.blackbox.provision-backendNoel Power1-1/+1
2018-10-23python/samba/provision: PY3 port samba4.blackbox.provision-backendNoel Power1-2/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-11/+11
2018-08-24PEP8: improve spacing around colonsDouglas Bagnall1-2/+2
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-22/+22
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-8/+8
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-8/+8
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-51/+53
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-10/+10
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-05-12python/samba/provision: Fix urllib.quote usage for py2/py3Noel Power1-1/+2
2018-02-28samba python libs: convert 'O1234' format to python3 compatible '0o1234'Noel Power1-4/+4
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-1/+1
2017-03-10python provision: FDSBackend takes forced uriDouglas Bagnall1-4/+5
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
2013-10-25s4-openldap: Fixed a problem with provisioning with OpenLdapNadezhda Ivanova1-1/+1
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett1-39/+13
2013-09-26s4-openldap: Restored openldap-related options to the provision scriptNadezhda Ivanova1-5/+5
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-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+840