Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error synchronization LDAP / Crowd

TGS France - Nicolas LORY November 14, 2022

After update 7.20.1 users synchronization error !

The Jira Software LDAP synchronization is always OK.

When I tried to launch test synchronization from LDAP I've a 403 forbidden error :
Tester la connexion de base : Échec

Expected scheme name at index 0: :389
When I tried to test Jira crowd synchronization I've also a 403 forbidden error :
Tester la connexion de base : Échec
com.atlassian.crowd.exception.ApplicationPermissionException: Forbidden (403) Erreur "403 - Forbidden" rencontrée lors du chargement de cette page. client.forbidden.exception

When I tried to modify parameters of synchronisation (LDAP or Crowd) I've a tomcat error :

Forbidden

You don't have permission to access this resource.


I think it's a tomcat permission error

Thanks for your help

2 answers

0 votes
TGS France - Nicolas LORY November 16, 2022

The problem is in the LDAP connection URL
a space is inserted at the end of the address before the : to indicate port 389
Unable to change address via interface
resolution by modifying the URL in the database with the following query:
UPDATE cwd_directory_attribute SET attribute_value = 'ldap://serverldap.domain.local' WHERE directory_id = 98307 AND attribute_name = 'ldap.url';

0 votes
AAMIR ANSARI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 14, 2022
TGS France - Nicolas LORY November 14, 2022

Thanks but I've tried this KB solution but it's not solved my problem.

I really think it's a tomcat permission problem.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events