You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Wancy <gi...@git.apache.org> on 2017/05/22 23:25:10 UTC

[GitHub] incubator-atlas pull request #28: ATLAS-1804:Allow PAM for authentication

GitHub user Wancy opened a pull request:

    https://github.com/apache/incubator-atlas/pull/28

    ATLAS-1804:Allow PAM for authentication

    This patch added a new param atlas.authentication.method.pam to configure atlas login using pam authentication. 
    The pam module name could be configured by setting the value of atlas.authentication.method.pam.service, without explicitly setting the name, it will call it "atlas-login" by default.
    User can custom the pam module content under /etc/pam.d/atlas-login.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Wancy/incubator-atlas master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-atlas/pull/28.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 #28
    
----
commit 8ae01c91fa42b56a261a2ba19ea521fd253c1c4b
Author: shiwang <sh...@us.ibm.com>
Date:   2017-05-22T23:19:46Z

    ATLAS-1804:Allow PAM for authentication

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---