From 7c079e3402ee5cad6d12c972ae83b040b4435a2a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 20 Aug 2012 09:00:57 -0600 Subject: added password field and log level to passsync vars --- setupscript4.cmd.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setupscript4.cmd.in') 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 -- cgit