Changes

stoney core: Global Searches

7 bytes added, 09:48, 12 August 2013
/* Alphanumerical value (non-integer) Reseller Search */
=== Alphanumerical value (non-integer) Reseller Search ===
The following example shows you the alphanumerical value (non-integer) search with '''resste''' (res*ste*) as the search parameter and the attributes '''o''' (for the organisation) and '''sstIsActive''' as the return values:
<pre>
ldapsearch -H ldaps://ldapm.tombstone.ch \
-D "cn=Manager,dc=foss-cloud,dc=org" \
-W -x -LLL \
"(o=*resste*)" o sstIsActive
</pre>
<pre>
dn: uid=4000000,ou=reseller,dc=foss-cloud,dc=org
o: Reseller Ltd.
sstIsActive: TRUE
o: stepping stone GmbH
</pre>
SLB, editor, reviewer
3,368
edits