Changes

stoney core: Global Searches

68 bytes added, 09:06, 28 July 2013
/* Numerical value (integer) Reseller Search */
== Reseller Search ==
=== Numerical value (integer) Reseller Search ===
The following example shows you the numerical value (integer) search (uid search) with '''400''' (400*) as the search parameter and the attributes '''o''' (for the organisation) and '''sstIsActive''' as the return valuevalues:
<pre>
ldapsearch -H ldaps://ldapm.tombstone.ch \
-D "cn=Manager,dc=foss-cloud,dc=org" \
-W -x -LLL \
"(&(sstBelongsToResellerUID=4000000)(uid=400*))" osstIsActive
</pre>
dn: uid=4000000,ou=reseller,dc=foss-cloud,dc=org
o: Reseller Ltd.
sstIsActive: TRUE
</pre>
SLB, editor, reviewer
3,368
edits