Attribute
nsSizeLimit
nsTimeLimit
nsIdleTimeout
For example, you might set the size limit for an entry by performing an
as follows:
ldapmodify
ldapmodify -h myserver -p 389 -D "cn=directory manager" -w secretpwd
dn: uid=bjensen,ou=people,dc=example,dc=com
changetype: modify
add:nsSizeLimit
nsSizeLimit: 500
The
statement adds the
ldapmodify
and gives it a search return size limit of 500 entries.
Description
Specifies the maximum number of entries the server returns to
a client application in response to a search operation. Giving
this attribute a value of -1 indicates that there is no limit.
Specifies the maximum time the server spends processing a
search operation. Giving this attribute a value of -1 indicates
that there is no time limit.
Specifies the time a connection to the server can be idle, before
the connection is dropped. The value is given in seconds.
Giving this attribute a value of -1 indicate that there is no
limit.
nsSizeLimit
Setting Resource Limits Based on the Bind DN
attribute to Babs Jensen's entry
Chapter 7
User Account Management
273
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.02 - ADMINISTRATOR and is the answer not in the manual?
Questions and answers