Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-5913

Provide an option to set the LDAP connection timeout for the Embedded Crowd Internal with LDAP Authentication User Directory (Delegated LDAP User Directory).

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Bitbucket Data Center and Jira Software use Embedded Crowd and provide an option to use Delegated LDAP User Directory.

      However, the advanced settings for this feature are limited and do not allow for setting options such as 'ldap.read.timeout,' 'ldap.search.timelimit,' and 'ldap.connection.timeout,' which are available for other LDAP Connector directory types.

      These timeouts can be manually set for Delegated LDAP directories via database inserts, and they are respected by the Delegated LDAP directories as well.

      To insert explicit timeouts in the database for the delegating directories:

      INSERT INTO public.cwd_directory_attribute (directory_id, attribute_name, attribute_value) VALUES (<directory_id>, 'ldap.connection.timeout', '120000');
      
      INSERT INTO public.cwd_directory_attribute (directory_id, attribute_name, attribute_value) VALUES (<directory_id>, 'ldap.search.timelimit', '60000');
      
      INSERT INTO public.cwd_directory_attribute (directory_id, attribute_name, attribute_value) VALUES (<directory_id>, 'ldap.read.timeout', '10000');
      

            Unassigned Unassigned
            5338c0aa34f9 Danny Samuel
            Votes:
            8 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: