summaryrefslogtreecommitdiff
path: root/source4/setup/provision.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8158: - use the timestring for the serial number of the bind zone fileStefan Metzmacher1-6/+31
- add --krbtgtpass and --machinepass options, with them you can easy set them to default values for testing so that you don't need to setup a new keytab file when you rerun provision.pl metze (This used to be commit cfb72455970c182aaba67bf9cf9775a854f143ff)
2007-10-10r8056: make the realm lowercase in our ldb (better matches w2k3)Andrew Tridgell1-2/+2
(This used to be commit 39cfb6f739f33a33dcbee708a9a2e5f1c6c12287)
2007-10-10r7940: use local path first for ldbadd in provisioningAndrew Tridgell1-1/+1
(This used to be commit cff7507f593816a831a14f03862f7bdb24c15d4f)
2007-10-10r7939: fix default hostname in provisionAndrew Tridgell1-1/+1
(This used to be commit 79d174005e3508745ea8b0bda2321abd184bf68b)
2007-10-10r7917: macosx doesn't have a group called 'users'Andrew Tridgell1-0/+2
(This used to be commit 2b39736c35168b2e6b1ef094de4d83b604ea39f1)
2007-10-10r7907: the old solaris perl doesn't handle mkdir() without a modeAndrew Tridgell1-1/+1
(This used to be commit 54d698c4888ce453926aed6102621d20fe744031)
2007-10-10r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell1-1/+12
unixName that we are running as in the test suite. Otherwise files are created as a user without any entry in the sam, so the ACL doesn't allow that user read permission when it should. This should fix the RAW-ACLS test in the build farm. (This used to be commit 30445483e4facb0a1d8a5979a2eac6c166193c09)
2007-10-10r6571: create a simple smb.conf by provision.plStefan Metzmacher1-0/+10
metze (This used to be commit af16ecb7ac6015b2f7fa70fc73e1ab69776c8079)
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-14/+24
- Add options --quiet and --outputdir options to the provisioning script - Add simple 'make test' and 'make test-swrap' (This used to be commit 7d2d4a57e0e58a51c76c2e86ea447e81a1d79544)
2007-10-10r6361: Update howto and provisioning script with the moves made in r6207.Tim Potter1-5/+5
(This used to be commit e2f127b4d822c98668e20e724a4ca91b320092b3)
2007-10-10r6207: - clean up source topdirStefan Metzmacher1-0/+443
- move provision stuff to setup/ - remove unused scripts metze (This used to be commit c35887ca649675f28ca986713a08082420418d74)