Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> LDAP >> tools >> ldapsearch >> What are example usage of ldapsearch

(1) To return all attributes of all entries from example.com without login

# ldapsearch -h hostname -p port   -b dc=example,dc=com "(objectclass=*)"

(2) To return specific attribute of all entries from example.com

# ldapsearch -h hostname -p port   -b dc=example,dc=com "(objectclass=*)" attribute

eg.

# ldapsearch -h hostname -p port   -b dc=example,dc=com "(objectclass=*)" cn

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]