Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l2WZA-0002Xq-2Q for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Jan 2021 09:47:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l2WZ8-0001IK-RO for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Jan 2021 09:47:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l2WZ8-0001ID-M5 for pgadmin-hackers@lists.postgresql.org; Thu, 21 Jan 2021 09:47:46 +0000 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1l2WZ6-00032a-3O for pgadmin-hackers@postgresql.org; Thu, 21 Jan 2021 09:47:45 +0000 Received: by mail-ej1-x636.google.com with SMTP id g12so1686080ejf.8 for ; Thu, 21 Jan 2021 01:47:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EJFOyZBP3DfohywU6Jp13hRVhZg6ooH9zj1m/QVQRYM=; b=pLInCVV8XStXsL6uDg2R5mZDyvbZ05LzeGXAWvi0Kto10SbB1mXQH+EAtysrycf/E6 3stamv+ED5zcfmz0eJVfTe76kgujQEFWmC4vRN6SdnWQeS9iqW4If9q8UyXeMj7yKFlc e+cbbf1XCHqlP+4p4kP1hoKaKAfpGRXBF+Fe7bKZqDiA+FbTyAawSFhVrdpkL7B3LbFB 8C39cQbBAsB7FwIWLP6tgE9VFU8IawMA+ss7HtJeQ4bZCWXBj9jxHXPSkvjButACuF7m 72T5cC4zjnrnjjY2QAmMEV/YLZN+ZVwmWLFDeEehb1cdXFZ787EuypqNlBmjGVWHinQH Grig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EJFOyZBP3DfohywU6Jp13hRVhZg6ooH9zj1m/QVQRYM=; b=S0/xkNBdxKbwLJsBbR9fhavIve+qOtYvdIsobhzguvUYRASSripG4CWDUImmvxsnse QIzPpeL1F6qRjEG7rQ4UavrK6o2z6yesGJzKzrkd6023bLdWBwZEoEDCNUMJ3ee7rkD8 1KDnL9v4FAX2CGDUQQaZyr24XCa3GBtYV5MzgBoUpr07fClLetX+75PgN/4wFbEJyf1L Jb26+enhnnudv47B5AHbbM/JbAYe56oyTdWUHeud987FjdnsMdbM+XwvcQkCQPbTHTFD iNkhdzZsLSTgujXBuOjE2ysoZXB3pcfIJA9ZmOG9FmJwozBB/FW3pKRv/36lEbeXiKRk s4mA== X-Gm-Message-State: AOAM533JFLwcEvSI3zXkCykmuLIpVXezUvHhErXJXf5sg+/js0PUKlX6 RbeEK3+1jAOELO67YY0wmRAJZEoAayaa32uoa2GH1A== X-Google-Smtp-Source: ABdhPJx9a9p388sOtdwjpsHaoZn3Ycax5AJzzz5flXzo8TL3kBkQsRWfXHyUptnWXaiSbGno47A2c3KHoTqfrOxU1aU= X-Received: by 2002:a17:906:944a:: with SMTP id z10mr8367952ejx.96.1611222463254; Thu, 21 Jan 2021 01:47:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 21 Jan 2021 09:47:32 +0000 Message-ID: Subject: Re: [pgAmin4][Patch] - Kerberos support for Windows Installer To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000093bc2805b965f698" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000093bc2805b965f698 Content-Type: text/plain; charset="UTF-8" Hi On Thu, Jan 21, 2021 at 7:11 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to add the Kerberos support in the Windows > installer script. > A couple of comments: - The file names should be in lower case in the COPY lines. It will still work of course, but for consistency and style... - There's no check that the environment variable is set to a valid value. For others, we have code block like: IF NOT EXIST "%PGADMIN_QT_DIR%" ( ECHO !PGADMIN_QT_DIR! does not exist. ECHO Please install Qt and set the PGADMIN_QT_DIR environment variable. EXIT /B 1 ) -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EDB: http://www.enterprisedb.com --00000000000093bc2805b965f698 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Thu, Jan 21, 2021 at 7:11 AM Khushbo= o Vashi <khushboo.vas= hi@enterprisedb.com> wrote:
Hi,

Please find the = attached patch to add the Kerberos support in the Windows installer script.=

A couple of comments:

- The file names should be in lower case in the COPY lines= . It will still work of course, but for consistency and style...
= - There's no check that the environment variable is set to a valid valu= e. For others, we have code block like:

IF NOT EXIST "=
%PGADMIN_QT_DIR%" (
ECHO !PGADMIN_QT_DIR! does n= ot exist.
ECHO Please install Qt and set the PGADMIN_QT_DIR environment variable. EXIT /B 1
)
=C2=A0
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsn= ake

EDB: h= ttp://www.enterprisedb.com

--00000000000093bc2805b965f698--