Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 08-07-2019 03:07 AM - edited 09-16-2022 08:52 AM
Scenario:
I recently integrated Altus Director with Active Directory for role based authentication & authorisation. After implementation I noticed that the default admin credential (admin/admin) was not working anymore, which was expected.
My question is:
Thank you.
Created 08-07-2019 11:09 AM
Is it possible/recommended to create another 'admin' user in Altus director (or in Active Directory) as a master credential just for back-up?
Rather than granting individual users the Admin role, when you integrate Director with Active Directory, you can map an Active Directory group to the Admin role by setting the following property:
lp.security.ldapConfig.activeDirectory.roleMapping.DirectorAdminGroupCn: <ADMIN_GROUP_CN>
With this, once you start Director, all the users in that AD group will already have admin privileges.
Do Altus Director have a Authentication Backend Order (eg. Database then External) like we have in Cloudera Manager?
As far as I know the lp.security.userSource parameter only accepts two values: LDAP and internal, and they are mutually exclusive.
Suppose, if a user is present in admin group as well as readonly group, then what role does Altus Director assumes for that user?
The union of the privileges, so the user will be an Admin.
Created 08-07-2019 11:09 AM
Is it possible/recommended to create another 'admin' user in Altus director (or in Active Directory) as a master credential just for back-up?
Rather than granting individual users the Admin role, when you integrate Director with Active Directory, you can map an Active Directory group to the Admin role by setting the following property:
lp.security.ldapConfig.activeDirectory.roleMapping.DirectorAdminGroupCn: <ADMIN_GROUP_CN>
With this, once you start Director, all the users in that AD group will already have admin privileges.
Do Altus Director have a Authentication Backend Order (eg. Database then External) like we have in Cloudera Manager?
As far as I know the lp.security.userSource parameter only accepts two values: LDAP and internal, and they are mutually exclusive.
Suppose, if a user is present in admin group as well as readonly group, then what role does Altus Director assumes for that user?
The union of the privileges, so the user will be an Admin.
Created 08-08-2019 01:28 AM
lp.security.ldapConfig.activeDirectory.roleMapping.DirectorAdminGroupCn: <ADMIN_GROUP_CN>
As per the documentation and my understanding the proper syntax would be
lp.security.ldapConfig.activeDirectory.roleMapping.<Active_Directory_Group_CN>: <ADMIN> / <READONLY>
Please correct me if I'm wrong.
Thank you.
Created 08-08-2019 11:35 PM
Yes, your understanding is correct.