summaryrefslogtreecommitdiffstats
path: root/setupscript4.cmd.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2012-08-20 09:00:57 -0600
committerRich Megginson <rmeggins@redhat.com>2012-08-20 09:00:57 -0600
commit7c079e3402ee5cad6d12c972ae83b040b4435a2a (patch)
tree7f8ff996ff556d079af58647ae1a8c5ab07eb52f /setupscript4.cmd.in
parentdb3f39c194f190f67874871d33be3279e7dfefe4 (diff)
downloadauto-win-vm-ad-7c079e3402ee5cad6d12c972ae83b040b4435a2a.tar.gz
auto-win-vm-ad-7c079e3402ee5cad6d12c972ae83b040b4435a2a.tar.xz
auto-win-vm-ad-7c079e3402ee5cad6d12c972ae83b040b4435a2a.zip
added password field and log level to passsync vars
Diffstat (limited to 'setupscript4.cmd.in')
-rw-r--r--setupscript4.cmd.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/setupscript4.cmd.in b/setupscript4.cmd.in
index 3f89aa4..b35eb47 100644
--- a/setupscript4.cmd.in
+++ b/setupscript4.cmd.in
@@ -5,6 +5,8 @@ reg add HKLM\Software\PasswordSync /f /v "Password" /t REG_SZ /d "%PASSSYNC_PW%"
reg add HKLM\Software\PasswordSync /f /v "Port Number" /t REG_SZ /d %DS_PORT%
reg add HKLM\Software\PasswordSync /f /v "Search Base" /t REG_SZ /d "%DS_SUFFIX%"
reg add HKLM\Software\PasswordSync /f /v "User Name" /t REG_SZ /d "%PASSSYNC_DN%"
+reg add HKLM\Software\PasswordSync /f /v "Password Field" /t REG_SZ /d %PASSSYNC_PWATTR%
+reg add HKLM\Software\PasswordSync /f /v "Log Level" /t REG_SZ /d %PASSSYNC_LOGLEVEL%
setlocal ENABLEEXTENSIONS
for /f "skip=2 tokens=1-3*" %%a in ('reg query HKLM\Software\PasswordSync /v "Install Path"') do set instpath=%%d