You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2019/01/23 00:22:00 UTC

[jira] [Resolved] (IMPALA-3323) impala-shell --ldap_password_cmd has no config file equivalent

     [ https://issues.apache.org/jira/browse/IMPALA-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fredy Wijaya resolved IMPALA-3323.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.2.0

> impala-shell --ldap_password_cmd has no config file equivalent
> --------------------------------------------------------------
>
>                 Key: IMPALA-3323
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3323
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 2.5.0
>            Reporter: John Russell
>            Assignee: Fredy Wijaya
>            Priority: Minor
>              Labels: newbie
>             Fix For: Impala 3.2.0
>
>
> Putting ldap_password_cmd in the .impalarc file results in a parse error when impala-shell starts up. Judging from the impala-shell source, it looks like a dest= parameter is missing so there's no config file equivalent for the --ldap_password_cmd command-line option. E.g. here's one with a config file equivalent and one without:
> {code}
> parser.add_option("--auth_creds_ok_in_clear", dest="creds_ok_in_clear",
>                     action="store_true", help="If set, LDAP authentication " +
>                     "may be used with an insecure connection to Impala. " +
>                     "WARNING: Authentication credentials will therefore be sent " +
>                     "unencrypted, and may be vulnerable to attack.")
>   parser.add_option("--ldap_password_cmd",
>                     help="Shell command to run to retrieve the LDAP password")
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org