linux:misc:ldapsearch

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:misc:ldapsearch [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Query ldap from bash ======
 +Use ldap-utils.
 +<code bash> ldapsearch -x -h 192.168.10.10 -D "user@example.com" -W -b "cn=users,dc=example,dc=com" -s sub "(cn=+)" cn mail sn</code>
  
  • linux/misc/ldapsearch.txt
  • Last modified: 2019/10/31 09:05
  • by 127.0.0.1