summaryrefslogtreecommitdiff
path: root/source4/setup/provision
AgeCommit message (Expand)AuthorFilesLines
2011-03-10s4:setup/provision - fix an output messageMatthias Dieter Wallnöfer1-1/+1
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-8/+2
2010-11-26s4-provision: fixed eadb automatic and manual setting in provisionAndrew Tridgell1-4/+2
2010-11-17s4-provision: don't test for xattrs if posix:eadb is setAndrew Tridgell1-1/+1
2010-11-17s4-provision: don't try to autodetect xattr is posix:eadb is setAndrew Tridgell1-1/+1
2010-11-17s4-provision: use the command line lp in provisionAndrew Tridgell1-1/+1
2010-10-19s4-provisionbackend Allow a fixed URI to be specified for LDAP backendAndrew Bartlett1-0/+12
2010-10-18s4-provision Use --ldap-backend-nosync rather than just --nosyncAndrew Bartlett1-2/+1
2010-07-10s4:provision: remove --policy-guid and --policy-guid-dc cmdline optionsStefan Metzmacher1-5/+0
2010-06-26s4:provision: add --next-rid optionStefan Metzmacher1-1/+3
2010-06-20selftest: Use scripted testparm.Jelmer Vernooij1-1/+2
2010-06-16s4:provision Add import for DS_DOMAIN_FUNCTION_2000Andrew Bartlett1-0/+1
2010-06-16s4:provision Allow functional level 2000 to be chosenAndrew Bartlett1-1/+3
2010-06-13Friendlier message.Jelmer Vernooij1-2/+2
2010-06-13s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij1-8/+11
2010-04-21s4-provision: cope with --realm being in getopt.pyAndrew Tridgell1-1/+2
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-1/+2
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij1-8/+5
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-2/+5
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2010-03-18Fixed --ol-mmr-url helplineOliver Liebel1-1/+1
2010-03-14Reintroduce "s4:provision Improve the handling of provision errors""Matthias Dieter Wallnöfer1-18/+23
2010-03-13Revert "s4:provision Improve the handling of provision errors"Matthias Dieter Wallnöfer1-25/+18
2010-03-11s4:provision Improve the handling of provision errorsAndrew Bartlett1-18/+25
2010-02-12s4-provision: fixed --function-level option to provisionAndrew Tridgell1-0/+1
2010-01-21provision: use message and do not display warning if the user choosed delibar...Matthieu Patou1-3/+4
2010-01-21provision: introduce use-xattr parameter for defining where to store attributesMatthieu Patou1-6/+21
2010-01-21s4: Set acls correctly on all sysvol and scripts sharesMatthieu Patou1-2/+7
2010-01-21s4: regroup gpo modification in one function, set acl on files accordingly wi...Matthieu Patou1-1/+2
2009-11-28s4:setup/provision - ReworkMatthias Dieter Wallnöfer1-5/+24
2009-11-27s4:setup/provision - make the interactive mode work againMatthias Dieter Wallnöfer1-13/+3
2009-11-02s4:provision Rework provision to always have a ProvisionBackendAndrew Bartlett1-1/+1
2009-10-21s4:provison Allow the NTDS guid on the command line (for testing)Andrew Bartlett1-0/+3
2009-10-02s4:provision - Change the default forest/domain function level back to Window...Matthias Dieter Wallnöfer1-1/+1
2009-09-30s4:provision - Lets the user choose between the supported forest/domain funct...Matthias Dieter Wallnöfer1-8/+17
2009-09-11s4:group policies - add the domain controller group policyMatthias Dieter Wallnöfer1-2/+5
2009-08-17s4: Re-add --ldapadminpass as an option to provisionAndrew Bartlett1-0/+3
2009-08-17s4:provision Rework provision-backend into provisionAndrew Bartlett1-14/+21
2009-07-19provision: Remove unused imports.Jelmer Vernooij1-4/+0
2009-02-11Use convenience function for finding setup_dir based on location ofJelmer Vernooij1-2/+2
2009-02-11--interactive doesn't take any argument.Jelmer Vernooij1-1/+1
2009-01-21Use script path to find the setup directory.Jelmer Vernooij1-1/+1
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij1-1/+1
2009-01-19Don't give fatal python errors when guessing the realmAndrew Bartlett1-2/+12
2009-01-05Use fqdn rather than gethostname when guessing realm.Jelmer Vernooij1-1/+1
2008-12-21Move tests for ParamFile.Jelmer Vernooij1-1/+1
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-1/+2
2008-12-19Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij1-3/+1
2008-12-16s4/provision: Upper case default realm, use only first part of realm as defau...Jelmer Vernooij1-2/+2
2008-12-11Add interactive flag to setup/provision (also the default when no arguments a...Jelmer Vernooij1-2/+27