How to add user in kerberized cluster?
I have AD integration with kerberos?
Do we need to add user on OS level ? @Shelton
Created 01-28-2020 03:39 AM
Best way is to join your nodes using SSSD service it will solve users directory creation problem + group mapping.
Created 01-23-2020 09:34 AM
@kiranpune Which users are you talking about. CM users or some other user?
Created 01-23-2020 10:33 AM
Created 01-23-2020 10:51 AM
What is your CM version? Here is the latest documentation on Cloudera website. The step 3, 6 and 7 maybe the answer to your question.
Thanks,
Li
Li Wang, Technical Solution Manager
Created 01-23-2020 09:26 PM
Suppose we added user peter in active directory then do we need to add OS level
Created 01-27-2020 11:42 AM
Hi @kiranpune ,
Based on step 7 below, the answer is yes that you need to add the user in OS level.
Here:
Make sure all hosts in the cluster have a Linux user account with the same name as the first component of that user's principal name. For example, the Linux account joe should exist on every box if the user's principal name is joe@YOUR-REALM.COM. You can use LDAP for this step if it is available in your organization.
Thanks,
Li
Li Wang, Technical Solution Manager
Created 01-28-2020 03:39 AM
Best way is to join your nodes using SSSD service it will solve users directory creation problem + group mapping.