summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* s4:schema Update Windows 2008 schema from Microsoft to latest versionAndrew Bartlett2009-04-031-2/+2
* Merge branch 'master' into wspp-schemaAndrew Tridgell2009-03-311-1/+1
|\
| * s4/provision: Use existing serverrole variable.Matthias Dieter Wallnoefer2009-03-211-1/+1
* | s4:provision load_schema in provision.py no longer takes a hostnameAndrew Bartlett2009-03-111-2/+1
* | Load the schema for provision-backend in a transactionAndrew Bartlett2009-03-061-18/+24
* | Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-12/+10
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-051-3/+4
|\|
| * Don't print the admin password if we don't set one.Andrew Bartlett2009-03-041-1/+2
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-251-16/+109
| |\
| * | expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-241-39/+39
| * | Fix finding of setup data.Jelmer Vernooij2009-02-241-1/+1
* | | Add the new, updated AD schema file from MicrosoftAndrew Bartlett2009-02-251-2/+2
* | | Don't parse the schema data twiceAndrew Bartlett2009-02-251-12/+8
* | | Create schema.ldif at runtime directly from ad-schema filesSreepathi Pai2009-02-251-5/+25
| |/ |/|
* | Updates to the recent cn=config support for the OpenLDAP backendOliver Liebel2009-02-251-18/+6
* | Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel2009-02-241-41/+146
|/
* 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