Technical References
A base64 encoded string used for transaction authentication.
security-type enumstr(TSIG=1) default = TSIG
The type of security that this key is going to be used for.
Currently we only support TSIG keys.
time-skew rangetime(1s-60m) default = 5m
The time stamp fudge factor (amount that the time values can
differ).
ldap
ldap - Specifies the LDAP remote server's properties
Synopsis
ldap list
ldap listnames
ldap <name> create <hostname> [<attribute>=<value>...]
ldap <name> delete
ldap <name> get <attribute>
ldap <name> set <attribute>=<value> [<attribute>=<value> ...]
ldap <name> unset <attribute>
ldap <name> disable <attribute>
ldap <name> enable <attribute>
ldap <name> show
ldap <name> setEntry <dictionary> <key>=<value>
ldap <name> getEntry <dictionary> <key>
ldap <name> unsetEntry <dictionary> <key>
Description
The ldap command configures the LDAP servers that the DHCP server
should communicate with. The DHCP server can read client configuration
information from or write lease information to an LDAP enabled directory.
Use the setEntry, getEntry, and unsetEntry commands to set, query,
and clear elements of the various dictionary properties in the LDAP server
configuration. These dictionary properties provide a convenient mapping
from strings keys to string values.
The dictionary values for the setEntry command are:
create-dictionary
create-string-dictionary
env-dictionary
query-dictionary
update-dictionary
Examples