You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We recently had to switch to LDAPS from LDAP. Using LDAP we would see less than 10 connections to the LDAP server. We applied the settings from KB article...
https://confluence.atlassian.com/display/CROWDKB/Performance+problem+when+using+LDAPS
We are still seeing connections shoot up to over 5000 connections to the ldap server and users can no longer login to the applications.
On the Connector tab we have tried the following combinations.
None seem to help. As soon as we switch back to ldap everything works fine...
Any idea's?
Thanks
Andrew
Hi Andrew,
The reported problem might be related to this bug that got fixed on Crowd 2.8.2: https://jira.atlassian.com/browse/CWD-4070
I'd recommend you to set up a staging environment in which you could upgrade Crowd to 2.8.2 and verify whether the problem is replicable there.
I hope it helps!
Eduardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrew,
Did you check the LDAP connection pool settings?
https://confluence.atlassian.com/display/CROWD/Configuring+the+LDAP+Connection+Pool
You might also want to set your own values in setenv.sh:
-Dcom.sun.jndi.ldap.connect.pool.protocol='plain ssl' -Dcom.sun.jndi.ldap.connect.pool.authentication='none simple DIGEST-MD5' -Dcom.sun.jndi.ldap.connect.pool.maxsize = <your_value> -Dcom.sun.jndi.ldap.connect.pool.prefsize = <your_value> -Dcom.sun.jndi.ldap.connect.timeout = <your_value>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.