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

Add optional --ldap-max-search-depth to fix issue #601 #649

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

sneal
Copy link
Member

@sneal sneal commented May 22, 2024

Added an optional --ldap-max-search-depth flag to use with Operations Manager 3.0+. The new flag can be used like so:

om configure-ldap-authentication \
  --decryption-passphrase='supersecret' \
  --email-attribute='email' \
  --group-search-base='ou=Groups,dc=vmware,dc=com' \
  --group-search-filter='Corp' \
  --ldap-password='supersecret' \
  --ldap-rbac-admin-group-name='Admins' \
  --ldap-referrals=follow \
  --ldap-username=ldapadmin \
  --ldap-max-search-depth=5 \
  --server-ssl-cert="$(cat ~/ldap.crt)" \
  --server-url='ldaps://ad.vmware.com' \
  --user-search-base='Users' \
  --user-search-filter='devs' \
  --skip-create-bosh-admin-client \
  --precreated-client-secret='supersecret'

@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@rhall-pivotal
Copy link
Member

Pulled in the changes and rebased on main. Tests ran locally without issue. Merging!

@rhall-pivotal rhall-pivotal merged commit 9eedd62 into pivotal-cf:main Jul 22, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants