summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2008-09-081-6/+8
* Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel2008-09-081-0/+12
* The index handling is now configured from the schema load, not by aAndrew Bartlett2008-08-211-9/+0
* Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett2008-08-201-19/+18
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-191-1/+11
|\
| * Fix templates.ldb reprovision handling.Andrew Bartlett2008-08-191-1/+11
* | Fix up new OpenLDAP MMR code.Andrew Bartlett2008-08-191-41/+26
* | Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel2008-08-191-7/+79
|/
* Use new style python classes.Jelmer Vernooij2008-08-011-3/+5
* Actually fix missing substitution variables.Jelmer Vernooij2008-08-011-4/+10
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-011-27/+9
|\
| * We don't use EXTENSIBLEOBJECT any more.Andrew Bartlett2008-07-281-3/+0
| * Make it even clearer what to do next in the LDAP backend setupAndrew Bartlett2008-07-281-1/+5
| * Always print the slapd startup commandAndrew Bartlett2008-07-281-1/+2
| * Remove unused function and make sensitive directories private.Andrew Bartlett2008-07-281-22/+2
* | Fix some forgotten substitute variables in provision, add check to prevent th...Jelmer Vernooij2008-08-011-0/+2
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-251-3/+28
|\
| * Install'named.txt' to private/ as documentation.Andrew Bartlett2008-07-221-2/+26
| * Improve DNS and Group poicy configurations.Matthias Dieter Wallnöfer2008-07-221-2/+3
* | Complain if we are told to use an ldap backend, without the typeAndrew Bartlett2008-07-251-0/+2
|/
* Make a seperate template for the refint configuration tooAndrew Bartlett2008-07-181-3/+4
* Put the memberof template into a seperate setup/ file.Andrew Bartlett2008-07-181-33/+27
* Reorder whitespace in generated slapd.confAndrew Bartlett2008-07-161-4/+4
* Fix asking for credentials for non-LDAP provisions.Andrew Bartlett2008-07-151-1/+1
* Rework provision to handle both simple and SASL binds.Andrew Bartlett2008-07-151-4/+6
* Connect to the LDAP backend with SASL credentials.Andrew Bartlett2008-07-151-9/+38
* Add a blackbox test for the provision-backend script.Andrew Bartlett2008-06-191-27/+30
* Try to get a bit further with provisioningSimo Sorce2008-06-161-1/+4
* Fix samdb python test.Jelmer Vernooij2008-05-301-3/+3
* Fix up provision and samdb tests.Andrew Bartlett2008-05-301-2/+3
* Print prefixMap in a human-readable format.Andrew Bartlett2008-05-291-2/+10
* provision: Add missing string parameter token when assigning ldap_backend.Andrew Kroeger2008-05-281-1/+1
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-241-2/+2
* Fix indentation, add docstring in provisioning script.Jelmer Vernooij2008-05-231-14/+15
* Some more PEP improvements.Jelmer Vernooij2008-05-231-17/+18
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij2008-05-231-87/+176
|\
| * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+2
| * provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger2008-05-211-22/+52
| * provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger2008-05-181-7/+25
| * make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-111-2/+3
| * Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-111-2/+2
| * Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett2008-04-151-3/+3
| * Fix provision-backend scriptAndrew Bartlett2008-04-151-3/+4
| * Don't reopen the sam.ldb againAndrew Bartlett2008-04-111-2/+0
| * Far less cryptic traceback when you have an existing smb.confAndrew Bartlett2008-04-111-6/+21
| * Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2008-04-111-1/+1
| |\
| | * Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-101-1/+1
| * | Fix up provision to specify SERVERDN in more places.Andrew Bartlett2008-04-091-0/+5
| * | Don't fill in the secrets DB unless we make the entries.Andrew Bartlett2008-04-091-7/+8
| |/
| * Add docstring, PEP8.Jelmer Vernooij2008-04-091-5/+15