sp_ldapadmin

Adaptive Server version 15.0.2 includes the following new syntax for sp_ldapadmin:

Maximum LDAPUA descriptors per engine

The descriptor limit was previously hardcoded to 20 descriptors per engine. Now, you can set the descriptor limit using:

sp_ldapadmin 'set_max_ldapua_desc', max_ldapua_desc 

Valid values for max_ldapua_desc are 1 to 20. The default value is 20.

Number of retries after transient errors

The number of LDAP API attempts was previously hardcoded to 3. Now, you can set the number of attempts using:

sp_ldapadmin 'set_num_retries', num_retries

Valid values for num_retries are 1 to 60. The default value is 3.

Error message and average time log interval

The log interval was previously hardcoded to 3 minutes. Now, you can set the log interval using:

sp_ldapadmin 'set_log_interval', log_interval

The log interval is specified in minutes. Valid values are 0 to 480 minutes. The default value is 3 minutes. 0 implies all messages are printed.