[
https://issues.apache.org/jira/browse/AMBARI-12263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15667385#comment-15667385
]
Hudson commented on AMBARI-12263:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6016 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6016/])
AMBARI-12263. Support PAM as authentication mechanism for accessing (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=b5a2bb8ddbc7badcdd459b443077d429c5e8235d])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/PamAuthenticationException.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql
* (edit) ambari-server/src/main/resources/properties.json
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Users.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariPamAuthenticationProviderTest.java
* (edit) ambari-server/src/main/python/ambari-server.py
* (edit) ambari-server/src/main/resources/webapp/WEB-INF/spring-security.xml
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/GroupResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/UserType.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java
* (edit) ambari-server/src/main/python/ambari_server/setupActions.py
* (edit) ambari-server/pom.xml
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/GroupDAO.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/Group.java
* (edit) ambari-server/src/main/python/ambari_server/setupSecurity.py
* (edit) ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog250Test.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/GroupResponse.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/security/ClientSecurityType.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariPamAuthenticationProvider.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/GroupType.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UserPrivilegeResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/GroupEntity.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/TestUsers.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/ResourceDAO.java
* (edit) ambari-server/sbin/ambari-server
> Support PAM as authentication mechanism for accessing Ambari UI/REST
> --------------------------------------------------------------------
>
> Key: AMBARI-12263
> URL: https://issues.apache.org/jira/browse/AMBARI-12263
> Project: Ambari
> Issue Type: Story
> Components: ambari-server, ambari-web
> Affects Versions: trunk
> Reporter: Eric Yang
> Assignee: Vishal Ghugare
> Labels: security
> Fix For: trunk, 2.5.0
>
> Attachments: AMBARI-12263.patch, PAM Support.doc,
> TEST-org.apache.ambari.server.security.authorization.AmbariPamAuthenticationProviderTest.xml,
>
> org.apache.ambari.server.security.authorization.AmbariPamAuthenticationProviderTest-output.txt,
>
> org.apache.ambari.server.security.authorization.AmbariPamAuthenticationProviderTest.txt
>
>
> Ambari GUI is using default "admin" user which is not a real user in
> operating system. Some company has strict password policy which can not be
> enforced to Ambari. It would be good to implement a Shiro PAM connector to
> authenticate user by Linux user credential.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)