[ 
https://issues.apache.org/jira/browse/TRAFODION-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491034#comment-15491034
 ] 

ASF GitHub Bot commented on TRAFODION-1794:
-------------------------------------------

Github user svarnau commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/704#discussion_r78798658
  
    --- 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 --
    
    Makefile changes look fine. You might want to remove this COMMON_LIBS line 
since it is not actually being used.


> 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)

Reply via email to