Skip to content
New issue

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

unintentionally set of ldap_group_search_filter and ldap_user_search_filter in CM settings #193

Open
hadoopch opened this issue Jan 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hadoopch
Copy link

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:

image

image

Regards
Uli

@wmudge wmudge added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants