Note, Nsbindtimeout, Nschecklocalaci – Red Hat 8.1 User Manual

Page 143: Nsconcurrentbindlimit, Nsconcurrentoperationslimit

Advertising
background image

Contrary to what the name suggests, this attribute does not specify the number of times a database link
retries to bind with the remote server but the number of times it tries to bind with the remote server. A
value of 1 here indicates that the database link only attempts to bind once.

NOTE

Retries only occur for connection failures and not for other types of errors, such as invalid bind
DNs or bad passwords.

Parameter

Description

Entry DN

cn=default instance config, cn=chaining
database, cn=plugins, cn=config

Valid Range

0 to 5

Default Value

3

Syntax

Integer

Example

nsBindRetryLimit: 3

3.5.2.4 . nsBindTimeout

This attribute shows the amount of time before the bind attempt times out. There is no real valid range
for this attribute, except reasonable patience limits.

Parameter

Description

Entry DN

cn=default instance config, cn=chaining
database, cn=plugins, cn=config

Valid Range

0 to 60 seconds

Default Value

15

Syntax

Integer

Example

nsBindTimeout: 15

3.5.2.5. nsCheckLocalACI

Reserved for advanced use only. This attribute controls whether ACIs are evaluated on the database
link as well as the remote data server. Changes to this attribute only take effect once the server has
been restarted.

Parameter

Description

Entry DN

cn=default instance config, cn=chaining
database, cn=plugins, cn=config

Valid Values

on | off

Default Value

off

Syntax

DirectoryString

Example

nsCheckLocalACI: on

3.5.2.6. nsConcurrentBindLimit

This attribute shows the maximum number of concurrent bind operations per TCP connection.

Parameter

Description

Entry DN

cn=default instance config, cn=chaining
database, cn=plugins, cn=config

Valid Range

1 to 25 binds

Default Value

10

Syntax

Integer

Example

nsConcurrentBindLimit: 10

3.5.2.7. nsConcurrentOperationsLimit

This attribute specifies the maximum number of concurrent operations allowed.

Parameter

Description

Entry DN

cn=default instance config, cn=chaining
database, cn=plugins, cn=config

Valid Range

1 to 50 operations

Default Value

2

Syntax

Integer

Red Hat Directory Server 8.1 Configuration and Command Reference

14 3

Advertising