summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* paper over failure to reprovision with os.unlink()Andrew Bartlett2009-02-181-1/+2
* Catch specific exceptions, rather than catching everything, which might hide ...Jelmer Vernooij2009-02-111-3/+3
* Use convenience function for finding setup_dir based on location ofJelmer Vernooij2009-02-111-0/+17
* Move some samdb-specific code out of provision.Jelmer Vernooij2009-02-111-6/+2
* Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij2009-01-191-1/+17
* Print more useful suggestion for the main provision command lineAndrew Bartlett2009-01-191-1/+1
* Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij2009-01-161-0/+8
* Only do special DN tracking for normal DNs in OpenLDAP backend.Andrew Bartlett2009-01-091-2/+2
* Fix typoMatthias Dieter Wallnöfer2009-01-061-1/+1
* More work to have OpenLDAP accept the full AD schemaAndrew Bartlett2009-01-051-2/+2
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-3/+3
* Simplify customization of pidl-generated Python modules.Jelmer Vernooij2008-12-211-1/+1
* Move tests for ParamFile.Jelmer Vernooij2008-12-211-2/+2
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-1/+1
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-6/+6
* Support subtypes of ldb.Ldb.Jelmer Vernooij2008-12-201-1/+1
* Move aggregate schema stub to it's own fileAndrew Bartlett2008-12-191-0/+2
* Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij2008-12-181-1/+1
* Handle different failure modes when we wipe the db in provisionAndrew Bartlett2008-12-181-7/+8
* s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference dependin...Andrew Bartlett2008-12-171-4/+5
* s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett2008-12-171-1/+2
* Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij2008-10-201-4/+15
* Move the password_hash module up the module stack.Andrew Bartlett2008-10-161-1/+2
* s4:provision: don't do the full provision in the become_dcStefan Metzmacher2008-09-271-0/+2
* 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