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

Allow store LDAP catalog data in CASSANDRA noSQL cluster --backendType cas (ldapv3 to cassandra) #302

Merged
merged 42 commits into from
Sep 22, 2023

Conversation

vharseko
Copy link
Member

@vharseko vharseko commented Sep 15, 2023

export OPENDJ_JAVA_ARGS="-server -Xmx1g -Ddatastax-java-driver.basic.contact-points.0=localhost:9042 -Ddatastax-java-driver.basic.load-balancing-policy.local-datacenter=datacenter1"
./setup --backendType cas -h localhost -p 1389 --ldapsPort 1636 --adminConnectorPort 4444 --enableStartTLS --generateSelfSignedCertificate --rootUserDN "cn=Directory Manager" --rootUserPassword password --baseDN dc=example,dc=com --sampleData 5000 --cli --acceptLicense --no-prompt

the local DC must be explicitly set (see
basic.load-balancing-policy.local-datacenter in the config, or set it
programmatically with SessionBuilder.withLocalDatacenter
@vharseko vharseko changed the title Allow store LDAP catalog data in CASSANDRA noSQL cluster --backendType cas (cassandra to ldapv3) Allow store LDAP catalog data in CASSANDRA noSQL cluster --backendType cas (ldapv3 to cassandra) Sep 15, 2023
Copy link

@kaatinga kaatinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a nit

…pluggable/PluggableBackendImplTestCase.java

Co-authored-by: Michael Gunkoff <54396113+kaatinga@users.noreply.github.com>
@vharseko vharseko merged commit 7bc10f9 into OpenIdentityPlatform:master Sep 22, 2023
14 checks passed
@vharseko vharseko deleted the cassandra branch September 22, 2023 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants