[ 
https://issues.apache.org/jira/browse/TRAFODION-3272?focusedWorklogId=206731&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-206731
 ]

ASF GitHub Bot logged work on TRAFODION-3272:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Mar/19 14:13
            Start Date: 02/Mar/19 14:13
    Worklog Time Spent: 10m 
      Work Description: mkby commented on pull request #1802: [TRAFODION-3272] 
Change installer settings: TRAF_LOG, TRAF_CONF, TRAF_VAR
URL: https://github.com/apache/trafodion/pull/1802#discussion_r261828329
 
 

 ##########
 File path: install/python-installer/scripts/traf_ldap.py
 ##########
 @@ -34,8 +34,9 @@ def run():
 
     db_root_user = dbcfgs['db_root_user']
     traf_home = os.environ['TRAF_HOME']
+    traf_conf = os.environ['TRAF_CONF']
     sqenv_file = traf_home + '/sqenvcom.sh'
-    traf_auth_config = '%s/sql/scripts/.traf_authentication_config' % traf_home
+    traf_auth_config = '%s/.traf_authentication_config' % traf_conf
 
 Review comment:
   Should we remove `.` from the ldap config file? Otherwise it will be hided 
in $TRAF_CONF dir if not provide `ls -a` command. I'm curious why we hide this 
config file in the original design, maybe it's time to change it.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 206731)
    Time Spent: 1h 40m  (was: 1.5h)

> Change installer settings for TRAF_LOG, TRAF_CONF, TRAF_VAR
> -----------------------------------------------------------
>
>                 Key: TRAFODION-3272
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3272
>             Project: Apache Trafodion
>          Issue Type: Improvement
>            Reporter: Steve Varnau
>            Assignee: Steve Varnau
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> For installed instances, instead of seting these based on TRAF_HOME, they 
> should be set to standard linux locations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to