We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
i use PAM in Cloudera manager. Therefore I set:
auth_providers: PAM: type: PAM
cloudera_manager_external_auth: provider: PAM external_only: no external_first: no role_mappings: "{{pam_role_mappings}}"
pam_role_mappings: - {group: cdp_admins, type: LDAP, roles: [ "ROLE_ADMIN" ] } - {group: cdp_users, type: LDAP, roles: [ "ROLE_USER","ROLE_OPERATOR" ] }
Nevertheless some ldap search filters are unintentionally set:
Regards Uli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
i use PAM in Cloudera manager. Therefore I set:
auth_providers:
PAM:
type: PAM
cloudera_manager_external_auth:
provider: PAM
external_only: no
external_first: no
role_mappings: "{{pam_role_mappings}}"
pam_role_mappings:
- {group: cdp_admins, type: LDAP, roles: [ "ROLE_ADMIN" ] }
- {group: cdp_users, type: LDAP, roles: [ "ROLE_USER","ROLE_OPERATOR" ] }
Nevertheless some ldap search filters are unintentionally set:
Regards
Uli
The text was updated successfully, but these errors were encountered: