You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by am...@apache.org on 2016/03/07 20:36:04 UTC

[2/4] incubator-trafodion git commit: TYPO

TYPO


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

Branch: refs/heads/master
Commit: 5eedc35e1bb79ee96888bf74ad17187dd1da0bc7
Parents: 3c45de7
Author: Amanda Moran <am...@apache.com>
Authored: Thu Mar 3 21:26:35 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Mar 3 21:26:35 2016 +0000

----------------------------------------------------------------------
 install/installer/trafodion_install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5eedc35e/install/installer/trafodion_install
----------------------------------------------------------------------
diff --git a/install/installer/trafodion_install b/install/installer/trafodion_install
index 7330c2c..0b4bd5a 100755
--- a/install/installer/trafodion_install
+++ b/install/installer/trafodion_install
@@ -759,7 +759,7 @@ if [[ "$LDAP_SECURITY" == "Y" ]]; then
       $TRAF_PDSH sudo chmod 750 $HOME_DIR/$TRAF_USER/$LDAP_AUTH_FILE
       if [[ $LDAP_LEVEL == "2" ]] || [[ $LDAP_LEVEL == "1" ]]; then
          echo "***INFO: Copying $LDAP_CERT to Trafodion home dir"
-         $TRAF_PCP $LDAP_CERT $HOME
+         $TRAF_PDCP $LDAP_CERT $HOME
          $TRAF_PDSH sudo cp -r $HOME/$LDAP_CERT_BASE $HOME_DIR/$TRAF_USER
          $TRAF_PDSH sudo chown trafodion.trafodion $HOME_DIR/$TRAF_USER/$LDAP_CERT_BASE
          $TRAF_PDSH sudo chmod 750 $HOME_DIR/$TRAF_USER/$LDAP_CERT_BASE