Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Test LDAP search with the admin account

execute the command below

ldapsearch -H 'ldap://ldap-broker-fqdn:389' -x -D 'cn=dualshield,dc=deepnetsecurity,dc=com' -w 'password' -b 'dc=deepnetsecurity,dc=com' '(samAccountName=username)'


replace "ldap-broker-fqdn" with the FQN of your DualShield LDAP broker, and "username" with the username of the user to be searched, e.g


ldapsearch -H 'ldap://dualshield.fakestop.com:389' -x -D 'cn=dualshield,dc=deepnetsecurity,dc=com' -w 'password' -b 'dc=deepnetsecurity,dc=com' '(samAccountName=2fa)'



Test User Verification