You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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


  • No labels