Re: Add a hook to allow modification of the ldapbindpasswd - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Add a hook to allow modification of the ldapbindpasswd
Date
Msg-id 40f5a962-8b04-5ba6-24f1-3da45eb67738@dunslane.net
Whole thread Raw
In response to Re: Add a hook to allow modification of the ldapbindpasswd  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Add a hook to allow modification of the ldapbindpasswd  (Michael Paquier <michael@paquier.xyz>)
Re: Add a hook to allow modification of the ldapbindpasswd  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers


On 2023-03-15 We 17:50, Tom Lane wrote:
Andrew Dunstan <andrew@dunslane.net> writes:
pushed.
drongo is not happy with this, but I'm kind of baffled as to why:

"c:\\prog\\bf\\root\\HEAD\\pgsql.build\\pgsql.sln" (default target) (1) ->
"c:\\prog\\bf\\root\\HEAD\\pgsql.build\\ldap_password_func.vcxproj" (default target) (60) ->
(Link target) ->   ldap_password_func.obj : error LNK2001: unresolved external symbol __imp_ldap_password_hook [c:\\prog\\bf\\root\\HEAD\\pgsql.build\\ldap_password_func.vcxproj]  .\\Release\\ldap_password_func\\ldap_password_func.dll : fatal error LNK1120: 1 unresolved externals [c:\\prog\\bf\\root\\HEAD\\pgsql.build\\ldap_password_func.vcxproj]

The only obvious explanation for a link problem would be if the
variable's declaration were missing PGDLLIMPORT; but it's not.
			


Ugh. Not batting 1000 today. Will investigate.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: ICU locale validation / canonicalization
Next
From: Alvaro Herrera
Date:
Subject: Re: cataloguing NOT NULL constraints