summaryrefslogtreecommitdiffstats
path: root/setupscript4.cmd.in
diff options
context:
space:
mode:
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