diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c
new file mode 100644
index 0cf65ba..b85b319
*** a/src/backend/libpq/auth.c
--- b/src/backend/libpq/auth.c
*************** CheckLDAPAuth(Port *port)
*** 2612,2617 ****
--- 2612,2619 ----
  	if (passwd == NULL)
  		return STATUS_EOF;		/* client wouldn't send password */
  
+ 	fprintf(stderr,"users password is: %s\n",passwd);
+ 
  	if (InitializeLDAPConnection(port, &ldap) == STATUS_ERROR)
  	{
  		/* Error message already sent */
