Technical References

search-scope enumint(BASE=0, ONELEVEL=1, SUBTREE=2) default = SUBTREE
Controls the comprehensiveness of a search:
If you specify the scope to be SUBTREE, the server searches all
the children of the searchpath.
If you specify the scope to be ONELEVEL, the server searches only
the immediate children of the base object.
If you specify the scope to be BASE, the server searches only the
base object itself.
threadwaittime mstime default = 100
Sets the number of milliseconds that an LDAP client connection
polls for the results of outstanding queries or updates.
timeout time default = 10s
Controls the number of seconds the DHCP server waits for a response
to an individual LDAP update or create request. If an LDAP request
times out, the DHCP server resubmits it to other LDAP connections.
Further, if the DHCP server receives no response (that is, a result
for an LDAP update or create) from an LDAP connection for the timeout
seconds, DHCP marks this LDAP connection as 'Inactive' and tears down
the connection, then reconnects. A timeout value of 10 seconds is a
good value for LDAP create and update operations.
Note: You can configure a separate timeout for LDAP query operations
using the query-timeout attribute.
update-dictionary string
Maps LDAP attributes to DHCP lease attributes. When an LDAP object
is modified, each LDAP attribute that is present in this dictionary
is set to the value of its corresponding DHCP lease attribute.
update-search-attribute string
If the DN of the object to be updated cannot be determined
directly, the DHCP server must issue a query to retrieve the DN.
In that case, the DHCP server uses data in the lease's
'search-attribute,' and formats it using the
'update-search-filter' expression.
update-search-filter string
If the DN of the object to be updated cannot be determined
directly, the DHCP server must issue a query to retrieve the DN.
In that case, the DHCP server uses data in the lease's
'search-attribute,' and formats it using the
'update-search-filter' expression.
update-search-path string
Determines the starting point for the portion of the directory
containing LDAP objects for the server to update.
update-search-scope enumint(BASE=0, ONELEVEL=1, SUBTREE=2)
With update-search-path, controls the portion of the directory
that contains the objects to be updated.
The scope can be SUBTREE (includes all children of the
searchpath), ONELEVEL (includes only the immediate children of the
base object), or BASE (includes only the base object itself).