diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml
index 40c6bcd666..47aa175515 100644
--- a/reference/ldap/constants.xml
+++ b/reference/ldap/constants.xml
@@ -55,7 +55,7 @@
-
+ Specifies alternative rules for following aliases at the server.
@@ -65,9 +65,17 @@
(integer)
-
-
-
+
+ Specifies the maximum number of entries that can be
+ returned on a search operation.
+
+
+
+ The actual size limit for operations is also bounded
+ by the server's configured maximum number of return entries.
+ The lesser of these two settings is the actual size limit.
+
+
@@ -77,8 +85,15 @@
-
+ Specifies the number of seconds to wait for search results.
+
+
+ The actual time limit for operations is also bounded
+ by the server's configured maximum time.
+ The lesser of these two settings is the actual time limit.
+
+
@@ -102,7 +117,7 @@
-
+ Specifies the LDAP protocol to be used (V2 or V3).
@@ -124,7 +139,8 @@
-
+ Specifies whether to automatically follow referrals returned
+ by the LDAP server.
@@ -179,7 +195,7 @@
-
+ Specifies a default list of server controls to be sent with each request.
@@ -190,7 +206,7 @@
-
+ Specifies a default list of client controls to be processed with each request.
@@ -201,7 +217,7 @@
-
+ Specifies a bitwise level for debug traces.