What tool do we need to install to execute ldapsearch command in unix as well as in windows boxes.
hi,
What tool do we need to install to execute ldapsearch command in unix as well as in windows.
ldapsearch -Hldaps://xxx.xx.xx:636 -x -D test4@corp.local -W -b "" -s base
Unix OSWindows 7Linux
Last Comment
arnold
8/22/2022 - Mon
arnold
ldapsearch should be installed if the system is joined as an LDAP client or is a server.
on linux you should have the openldap-client portion installed.
Windows 7 you need to install the RSAT tool set to query the AD.
chaitu chaitu
ASKER
i have download RSAT tools for windows 7.In RSAT where can i execute above command. I want to check whether i am able to connect to that ldap server with that user or not?
ldapsearch -Hldaps://xxx.xx.xx:636 -x -D test4@corp.local -W -b "" -s base
arnold
Windows environment includes AD DC or you have samba4/openldap setup.
on linux you should have the openldap-client portion installed.
Windows 7 you need to install the RSAT tool set to query the AD.