Merge [TRAFODION-109] PR 546 Secure (Kerberos) Hadoop support in Trafodion
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/7ad34b17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/7ad34b17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/7ad34b17 Branch: refs/heads/master Commit: 7ad34b1756cd4c7306f6f305e5affaa1126e190f Parents: 2547fb1 424269c Author: Dave Birdsall <[email protected]> Authored: Thu Jun 23 22:13:56 2016 +0000 Committer: Dave Birdsall <[email protected]> Committed: Thu Jun 23 22:13:56 2016 +0000 ---------------------------------------------------------------------- core/dbsecurity/auth/src/ldapcheck.cpp | 2 + core/sqf/sql/scripts/krb5check | 133 +++++++++ core/sqf/sql/scripts/krb5functions | 128 +++++++++ core/sqf/sql/scripts/krb5service | 255 ++++++++++++++++++ core/sqf/sql/scripts/sqstart | 37 +++ install/installer/traf_add_kerberos | 204 ++++++++++++++ install/installer/traf_add_ldap | 98 +++++++ install/installer/traf_cloudera_mods | 16 ++ install/installer/traf_config_check | 2 +- install/installer/traf_config_setup | 159 ----------- install/installer/traf_hortonworks_mods | 32 ++- install/installer/traf_secure | 60 +++++ install/installer/traf_secure_setup | 342 ++++++++++++++++++++++++ install/installer/traf_sqgen | 37 +-- install/installer/trafodion_config_default | 36 ++- install/installer/trafodion_install | 91 ++++--- install/installer/trafodion_secure_install | 129 +++++++++ install/installer/trafodion_uninstaller | 20 ++ 18 files changed, 1549 insertions(+), 232 deletions(-) ----------------------------------------------------------------------
