summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2009-09-07s4: Exceptions in "provision.py"Michael Ströder1-11/+15
2009-09-07s4:Foreign security principals - Fix them upMatthias Dieter Wallnöfer1-19/+0
2009-09-07s4:provision - Change the module order to match Windows ServerMatthias Dieter Wallnöfer1-1/+1
2009-09-07s4:samldb - Major reworkMatthias Dieter Wallnöfer1-32/+0
2009-09-07s4:setup: Use ms_display_specifiers script for provision.Andrew Kroeger1-2/+5
2009-09-03allow setting of the debug level in python from CAndrew Tridgell1-1/+3
2009-09-02repl_meta_data should only be included when we are a DCAndrew Tridgell1-1/+1
2009-09-02move the repl_meta_data module up the ldb module stackAndrew Tridgell1-1/+2
2009-08-28s4: Create helpers functions related to provisionMatthieu Patou1-17/+34
2009-08-26s4:provision Ensure that @OPTIONS is mirrored into each partitionAndrew Bartlett1-0/+4
2009-08-26s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett1-5/+9
2009-08-26s4:provision Only create references to our server DN after the self joinAndrew Bartlett1-0/+10
2009-08-17sigh - still not rightAndrew Tridgell1-5/+5
2009-08-17fixed up add_foreign againAndrew Tridgell1-7/+19
2009-08-17more fixups from provision changesAndrew Tridgell1-22/+10
2009-08-17s4:provision Add comments to the provision scriptAndrew Bartlett1-1/+10
2009-08-17s4:provision Avoid one more call to ltdb_reindexAndrew Bartlett1-3/+3
2009-08-17s4:provision Fix existing ldapi:// backend detection exceptionAndrew Bartlett1-1/+1
2009-08-17s4:provision Make sure that we don't use Kerberos to our LDAP backendAndrew Bartlett1-1/+3
2009-08-17s4:provison Print the LDAP backend admin username/passwordAndrew Bartlett1-6/+14
2009-08-17s4: Re-add --ldapadminpass as an option to provisionAndrew Bartlett1-5/+9
2009-08-17s4:provision Keep a single transaction for the erase and rebuildAndrew Bartlett1-15/+6
2009-08-17s4:provision Rework provision-backend into provisionAndrew Bartlett1-618/+558
2009-08-12s4:provision Allow provision-backend to not run slapd for 'make test'Andrew Bartlett1-22/+23
2009-08-12s4:provision Make the --ol-slapd paramter take the full path to slapdAndrew Bartlett1-2/+1
2009-08-12s4:provision Rework and further automate setup of OpenLDAP backendOliver Liebel1-35/+191
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-3/+2
2009-07-16s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett1-5/+19
2009-04-03s4:schema Update Windows 2008 schema from Microsoft to latest versionAndrew Bartlett1-2/+2
2009-03-31Merge branch 'master' into wspp-schemaAndrew Tridgell1-1/+1
2009-03-21s4/provision: Use existing serverrole variable.Matthias Dieter Wallnoefer1-1/+1
2009-03-11s4:provision load_schema in provision.py no longer takes a hostnameAndrew Bartlett1-2/+1
2009-03-06Load the schema for provision-backend in a transactionAndrew Bartlett1-18/+24
2009-03-05Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett1-12/+10
2009-03-05Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett1-3/+4
2009-03-04Don't print the admin password if we don't set one.Andrew Bartlett1-1/+2
2009-02-25Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-16/+109
2009-02-25Add the new, updated AD schema file from MicrosoftAndrew Bartlett1-2/+2
2009-02-25Don't parse the schema data twiceAndrew Bartlett1-12/+8
2009-02-25Create schema.ldif at runtime directly from ad-schema filesSreepathi Pai1-5/+25
2009-02-25Updates to the recent cn=config support for the OpenLDAP backendOliver Liebel1-18/+6
2009-02-24Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel1-41/+146
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij1-39/+39
2009-02-24Fix finding of setup data.Jelmer Vernooij1-1/+1
2009-02-18paper over failure to reprovision with os.unlink()Andrew Bartlett1-1/+2
2009-02-11Catch specific exceptions, rather than catching everything, which might hide ...Jelmer Vernooij1-3/+3
2009-02-11Use convenience function for finding setup_dir based on location ofJelmer Vernooij1-0/+17
2009-02-11Move some samdb-specific code out of provision.Jelmer Vernooij1-6/+2
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij1-1/+17
2009-01-19Print more useful suggestion for the main provision command lineAndrew Bartlett1-1/+1