You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/02/16 20:05:42 UTC

[1/2] trafodion git commit: Enable LDAP authentication flag at install time

Repository: trafodion
Updated Branches:
  refs/heads/release2.2 875cb1700 -> b46010674


Enable LDAP authentication flag at install time


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a369f0c8
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a369f0c8
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a369f0c8

Branch: refs/heads/release2.2
Commit: a369f0c82299ff9feb59be59367c2da986d861bb
Parents: 875cb17
Author: venkat1m <ve...@esgyn.com>
Authored: Fri Feb 16 02:35:33 2018 +0000
Committer: venkat1m <ve...@esgyn.com>
Committed: Fri Feb 16 02:35:33 2018 +0000

----------------------------------------------------------------------
 install/python-installer/scripts/traf_ldap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/a369f0c8/install/python-installer/scripts/traf_ldap.py
----------------------------------------------------------------------
diff --git a/install/python-installer/scripts/traf_ldap.py b/install/python-installer/scripts/traf_ldap.py
index 2d0b9f8..c2e1a48 100755
--- a/install/python-installer/scripts/traf_ldap.py
+++ b/install/python-installer/scripts/traf_ldap.py
@@ -69,7 +69,7 @@ def run():
     #    err('Failed to access LDAP server with user %s' % db_root_user)
 
     print 'Modfiy sqenvcom.sh to turn on authentication'
-    mod_file(sqenv_file, {'TRAFODION_ENABLE_AUTHENTICATION=NO':'TRAFODION_ENABLE_AUTHENTICATION=YES'})
+    mod_file(sqenv_file, {'TRAFODION_ENABLE_AUTHENTICATION=.*':'TRAFODION_ENABLE_AUTHENTICATION=YES'})
 
 # main
 try:


[2/2] trafodion git commit: Merge [TRAFODION-2962] PR 1448 Enable LDAP auth flag at install time

Posted by db...@apache.org.
Merge [TRAFODION-2962] PR 1448 Enable LDAP auth flag at install time


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b4601067
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b4601067
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b4601067

Branch: refs/heads/release2.2
Commit: b46010674a0321110f47062702b4a88559c4b215
Parents: 875cb17 a369f0c
Author: Dave Birdsall <db...@apache.org>
Authored: Fri Feb 16 20:03:47 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Fri Feb 16 20:03:47 2018 +0000

----------------------------------------------------------------------
 install/python-installer/scripts/traf_ldap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------