[
https://issues.apache.org/jira/browse/TRAFODION-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15506851#comment-15506851
]
ASF GitHub Bot commented on TRAFODION-1794:
-------------------------------------------
Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/704#discussion_r79636671
--- Diff: core/dbsecurity/auth/Makefile ---
@@ -70,10 +67,11 @@ INCLUDES = -I. -I./inc -I ../shared/inc \
-I $(MY_SQROOT)/../sql/export \
-I $(MY_SQROOT)/../sql/porting_layer \
-I $(MY_SQROOT)/export/include \
+ -I $(MY_SQROOT)/commonLogger \
-I ../../sql/common
-LINK_OPTIONS = -L$(LIBEXPDIR) -lldap -lssl -llber
+LINK_OPTIONS = -L$(LIBEXPDIR) -lldap -lssl -llber -llog4cxx
LINK_OPTIONS += $(LNK_FLGS)
COMMON_LIBS = -ltdm_sqlcli -larkcmp_dll
--- End diff --
removed the line
> Log authentication information
> -------------------------------
>
> Key: TRAFODION-1794
> URL: https://issues.apache.org/jira/browse/TRAFODION-1794
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-security
> Reporter: Roberta Marton
> Assignee: Roberta Marton
>
> When an authentication error occurs, a basic LDAP failure message is
> returned. It is difficult to figure out what happened and requires some
> trial and error.
> Logging of authentication errors and successes should be added to Trafodion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)