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
When I tried to modify parameters of synchronisation (LDAP or Crowd) I've a tomcat error :
You don't have permission to access this resource.
I think it's a tomcat permission error
Thanks for your help
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';
You may want to try the resolution listed under
Let us know how it goes.
Thanks,
Aamir
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but I've tried this KB solution but it's not solved my problem.
I really think it's a tomcat permission problem.
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.