Dmitry Lysnichenko created AMBARI-2578:
------------------------------------------
Summary: Using another user for ambari server user create a local
group for the ambari server user with same name.
Key: AMBARI-2578
URL: https://issues.apache.org/jira/browse/AMBARI-2578
Project: Ambari
Issue Type: Bug
Reporter: Dmitry Lysnichenko
Using an ambari-qa user (that is a ldap user and he has hadoop set up as a
primary ldap group)
{code}
[root@va21 ldap]# id ambari-qa
uid=524(ambari-qa) gid=522(hadoop) groups=522(hadoop)
{code}
causes ambari-server setup to create an ambari-qa local group (at /etc/group).
{code}
ambari-qa:x:601:ambari-qa
[root@va21 ldap]# id ambari-qa
uid=524(ambari-qa) gid=522(hadoop) groups=522(hadoop),601(ambari-qa)
{code}
Ldap users and groups are transparent for ambari-server, it starts well.
The problem is that additional group is created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira