Imports or removes certificates for LDAP over TLS in the TPVM instance.
By default, certificates are not imported.
TPVM Configuration mode
You cannot remove certificates from configured secure LDAP servers without disabling the
secure mode. Use the ldap command to disable the secure option and then
remove the certificates. Also secure
and
non-secure
LDAP configuration cannot be issued at a time for
IPv6 ldap
configuration.
This example imports the certificates needed for secure LDAP server configuration.
SLX (config-tpvm-TPVM)# ldap ca-cert import protocol SCP host 10.6.46.51 user fvt password pray4green directory /home/cert filename cacert.pem
This example removes a certificate.
SLX (config-tpvm-TPVM)# no ldap ca-cert
This example imports certificates for LDAP SCP user from a host with an IPv6 address.
SLX(config-tpvm-TPVM)# ldap ca-cert import protocol SCP user extreme password pass host ? Possible completions: <Hostname or IP address> SLX(config-tpvm-TPVM)# ldap ca-cert import protocol SCP user extreme password pass host 2001:db8::172:1f directory/home/cert filename cacert.pem