Restricting server access using the connection handlers - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Use dsconfig to set the allowed-client property for the LDAP connection handler.

  • Set the allowed-client property for the LDAP connection handler using dsconfig.
  • Specify the address mask for the range of allowable IP addresses that can establish connections to the PingDirectory server.
  • To configure the server using the dsconfig tool on the local host, specify the loopback address to 127.0.0.1.
    $ bin/dsconfig set-connection-handler-prop \ 
      --handler-name "LDAP Connection Handler" \ 
      --set "allowed-client:10.6.1.*" \
      --set allowed-client:127.0.0.1