[
https://issues.apache.org/jira/browse/DRILL-5820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181335#comment-16181335
]
ASF GitHub Bot commented on DRILL-5820:
---------------------------------------
GitHub user sohami opened a pull request:
https://github.com/apache/drill/pull/962
DRILL-5820: Add support for libpam4j Pam Authenticator
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sohami/drill DRILL-5820
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/962.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #962
----
commit 6efa28f63e56e7996d76cba19c577fadca3d9d1f
Author: Sorabh Hamirwasia <[email protected]>
Date: 2017-09-21T00:38:08Z
DRILL-5820: Add support for libpam4j Pam Authenticator
----
> Add support for libpam4j Pam Authenticator
> ------------------------------------------
>
> Key: DRILL-5820
> URL: https://issues.apache.org/jira/browse/DRILL-5820
> Project: Apache Drill
> Issue Type: Task
> Reporter: Sorabh Hamirwasia
> Assignee: Sorabh Hamirwasia
> Labels: doc-impacting
> Fix For: 1.12.0
>
>
> Drill uses JPAM as the PAM authenticator module for username/password
> verification for PLAIN mechanism. There are some known issues with JPAM which
> leads to JVM crash and memory leaks. JPAM also requires a manual step in
> copying the native library.
> Also based on the
> [HIVE-16529|https://issues.apache.org/jira/browse/HIVE-16529] there have been
> mention of these issues with JPAM which is resolved in the libpam4j. Also
> libpam4j avoids the need to install native library explicitly. It would be
> good to provide support for libpam4j in Drill to avoid these issues.
> Some other reported problems with JPAM:
> * https://wiki.dlib.indiana.edu/display/V3/Pam+Authentication+through+JPam
> * https://bugzilla.redhat.com/show_bug.cgi?id=860119#c12
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)