pginstaller - pginst: Use SSPI instead of LogonUser() to check if the - Mailing list pgsql-committers

From mha@pgfoundry.org (User Mha)
Subject pginstaller - pginst: Use SSPI instead of LogonUser() to check if the
Date
Msg-id 20040720175433.9EAC021862D@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use SSPI instead of LogonUser() to check if the entered account is correct. Required on <= win2000.

Modified Files:
--------------
    pginst/ca:
        Makefile (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/Makefile.diff?r1=1.3&r2=1.4)
        pginstca.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.7&r2=1.8)

Added Files:
-----------
    pginst/ca:
        sspi.c (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/sspi.c?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Only present npgsql for installation if the .net
Next
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Fix initdb on win2k: Create a bat file and call