summaryrefslogtreecommitdiff
path: root/python/samba/provision/backend.py
Commit message (Expand)AuthorAgeFilesLines
* provision/backend: LDAPBackendResult takes no credsDouglas Bagnall2018-11-011-1/+1
* provision/backend: fix formating syntaxDouglas Bagnall2018-11-011-2/+3
* Python provision: remove "ExistingBackend"Douglas Bagnall2018-11-011-20/+0
* python: do not use "is" for string equalityDouglas Bagnall2018-10-291-1/+1
* python/provision: remove unused importsDouglas Bagnall2018-10-251-4/+1
* python/samba/provision: PY3 PY3 port samba4.blackbox.provision-backendNoel Power2018-10-231-1/+1
* python/samba/provision: PY3 port samba4.blackbox.provision-backendNoel Power2018-10-231-2/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-11/+11
* PEP8: improve spacing around colonsDouglas Bagnall2018-08-241-2/+2
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-22/+22
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-8/+8
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-51/+53
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-10/+10
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-1/+1
* python/samba/provision: Fix urllib.quote usage for py2/py3Noel Power2018-05-121-1/+2
* samba python libs: convert 'O1234' format to python3 compatible '0o1234'Noel Power2018-02-281-4/+4
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* python provision: FDSBackend takes forced uriDouglas Bagnall2017-03-101-4/+5
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-5/+11
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-141-2/+2
* s4-openldap: Fixed a problem with provisioning with OpenLdapNadezhda Ivanova2013-10-251-1/+1
* provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett2013-10-111-39/+13
* s4-openldap: Restored openldap-related options to the provision scriptNadezhda Ivanova2013-09-261-5/+5
* OpenLDAP provisioning tweaksHoward Chu2013-09-181-33/+25
* Use SASL/EXTERNAL over ldapi://Howard Chu2013-09-181-3/+4
* Give slapd a second to startupHoward Chu2013-09-181-1/+1
* Fix OpenLDAP partition configsHoward Chu2013-09-171-0/+22
* dsdb: Use credentials.get_forced_sasl_mech()Andrew Bartlett2013-09-171-0/+2
* samba-tool domain provision: Make ldap_backend_startup.sh +x and take optiona...Andrew Bartlett2013-09-161-2/+5
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+840