summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-15 16:53:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-15 16:53:52 -0500
commit241dd4b1ae4e5f92ea053c87e336d17dc93ec03a (patch)
treec1506ce776c9a0c31834a8be71e4c2d641aea8b8
parent2a8d25d3bd5a4e33e44ca13c0b7903fa76e64711 (diff)
downloadwindows-ldap-integration-241dd4b1ae4e5f92ea053c87e336d17dc93ec03a.tar.gz
windows-ldap-integration-241dd4b1ae4e5f92ea053c87e336d17dc93ec03a.zip
Update setup scriptHEADmaster
-rwxr-xr-xsetup/scap_delete_roaming.regbin0 -> 290 bytes
-rwxr-xr-xsetup/setup.bat10
2 files changed, 7 insertions, 3 deletions
diff --git a/setup/scap_delete_roaming.reg b/setup/scap_delete_roaming.reg
new file mode 100755
index 0000000..3631d29
--- /dev/null
+++ b/setup/scap_delete_roaming.reg
Binary files differ
diff --git a/setup/setup.bat b/setup/setup.bat
index 99077c9..c1edf16 100755
--- a/setup/setup.bat
+++ b/setup/setup.bat
@@ -3,6 +3,8 @@ set LDAPSERVER=server.realm.test
set FILESERVER=fileserver.realm.test
set MACHINEPASSWORD=password
+vcredist_x86.exe
+
ksetup /setdomain %REALM%
ksetup /addkdc %REALM% %LDAPSERVER%
ksetup /setcomputerpassword %MACHINEPASSWORD%
@@ -11,11 +13,13 @@ ksetup /mapuser * *
copy sspap3.dll C:\Windows\System32\
mkdir C:\logon
copy \\%FILESERVER%\common\localstartup.bat C:\logon\
+copy sspap3registrypermissions.exe C:\logon\
regedit /S scap_base.reg
-regedit /S scap_lsa_win8
-regedit /S scap_roaming_profiles
-regedit /S scap_winlogon
+regedit /S scap_lsa_win8.reg
+regedit /S scap_roaming_profiles.reg
+regedit /S scap_winlogon.reg
+regedit /S scap_delete_roaming.reg
net share netlogon=C:\logon