Technical References
dn-attribute string
Determines how the server constructs the distinguished name (DN)
of the LDAP entry to update or create.
If the server can use one of the lease attributes, it formats the
specified dn-attribute using the dn-format string to construct
the object filter that specifies the LDAP server to modify.
dn-create-format string
Provides the distinguished name (DN) for entry creation. A % is
required at the entry level and is replaced by the value of the
dn-attribute. If you can construct the DN of the LDAP object created
from one of the lease?s attributes, the server formats the specified
dn-attribute using the dn-format string.
dn-format string
If the DN of the ldap object that is to be updated can be
constructed from one of the lease's attributes, the specified
dn-attribute will be formatted using the dn-format string to
construct the query filter.
enabled bool default = true
Enables or disables this LDAP remote server.
Prevents DHCP from attempting to use an LDAP server that is
known to be unavailable.
env-dictionary string
Specifies the environment dictionary that allows the server to
retrieve additional LDAP attributes along with client-entry
attributes. If any of these are present in a query's results,
their values are made available to scripts through the request's
environment dictionary. The LDA{ value is keyed by the value in
the LDAP query env-dictionary.
hostname string required
Sets the hostname of the server to connect to. LDAP servers require
hostnames.
limit-requests bool default = enabled
Controls whether there should be a limit on the number of
outstanding queries on each LDAP client connection. See the limit
property: max-requests.
max-referrals int default = 0
Limits the number of LDAP referrals the server follows when
querying. A value of zero prohibits following referrals.
max-requests int default = 20
Controls the number of outstanding queries.
If you have set the 'limit-requests' feature to TRUE, any single
LDAP connection will limit the number of outstanding queries to
'max-requests.' You can improve performance by limiting the
number of outstanding queries.
name string required,unique