Overview#
Often you may need to Retrieving RootDSEExample#
The important items here are the following:- baseDN - Must be ""
- LDAP Search Scope - Must be "base"RootDSE Example:
ldapsearch -h xxx.xxx.xxx.xxx -b "" -s base -D cn=admin,ou=administration,dc=willeke,dc=com -W "(objectclass=*)"