Secure Mobile Access 100 10.2 Administration Guide

Querying an LDAP Server

If you would like to query your LDAP or Active Directory server to find out the LDAP attributes of your users, there are several different methods. From a machine with ldap search tools (for example a Linux machine with OpenLDAP installed) run the following command:

  • ldapsearch -h 10.0.0.5 -x -D
  • "cn=demo,cn=users,dc=sonicwall,dc=net" -w demo123 –b
  • "dc=sonicwall,dc=net" > /tmp/file

Where:

  • 10.0.0.5 is the IP address of the LDAP or Active Directory server
  • cn=demo,cn=users,dc=sonicwall,dc=net is the distinguished name of an LDAP user
  • demo123 is the password for the user demo
  • dc=sonicwall,dc=net is the base domain that you are querying
  • > /tmp/file is optional and defines the file where the LDAP query results are saved.

Was This Article Helpful?

Help us to improve our support portal

Techdocs Article Helpful form

  • Hidden
  • Hidden

Techdocs Article NOT Helpful form

  • Still can't find what you're looking for? Try our knowledge base or ask our community for more help.
  • Hidden
  • Hidden