summaryrefslogtreecommitdiff
path: root/webapps/install/provision.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23966: It isn't great, but at least now we have some access control in SWATAndrew Bartlett1-50/+57
This patch prevents non-root and non-administrator users from running the provision, upgrade and vampire pages. *I think* the rest of SWAT is LDB operations, or otherwise authenticated, so we should now be secure. I wish I had a better way to 'prove' we got this right, but this is better than nothing, and moves us closer to an alpha. Andrew Bartlett (This used to be commit d61061052dc4711f886199e49bc303002c8f9b11)
2007-10-10r23351: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-2/+2
Fix a nasty issue we had with SWAT. We could not provision into a different domain, as we didn't re-calcuate the DOMAINDN after the user changed it in the form. Andrew Bartlett (This used to be commit 430c998dc9ea41ea29cf184d03404b50ef14f78d)
2007-10-10r23286: In SWAT, it was not possible to use a domain name other than the ↵Andrew Bartlett1-0/+3
default. Fix this in the same way the setup/provision script does. Andrew Bartlett (This used to be commit bed522df4bd976851ad983e8af3946c7bb7bcd4f)
2007-10-10r21008: We added a new argument to the provision() function, but I forgot toAndrew Bartlett1-1/+1
update SWAT. Andrew Bartlett (This used to be commit b3fdbfbe812e61319a62fe9158d4c0fa70e7c25b)
2007-10-10r20517: re-add cleaned-up webappsDerrell Lipman1-0/+79
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
2007-10-10r20516: svn gets royally screwed up when renaming or relocating files. ↵Derrell Lipman1-79/+0
attempt to correct. (This used to be commit efffee706d62a4260b2d9782b19a9df1971dddb2)
2007-10-10r20515: Continued work on the Web Application Framework. Until we get all ↵Derrell Lipman1-0/+79
of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4)