Changes

stoney core: Global Searches

22 bytes added, 09:49, 12 August 2013
/* Alphanumerical value (non-integer) People Search */
=== Alphanumerical value (non-integer) People Search ===
The following example shows you the alphanumerical value (non-integer) search with '''mic''' (*mic*) as the search parameter and the attributes '''o''' (for the organisation), '''givenName''', '''sn''' (surname) and '''sstIsActive''' as the return values:
<pre>
ldapsearch -H ldaps://ldapm.tombstone.ch \
-D "cn=Manager,dc=foss-cloud,dc=org" \
-W -x -LLL \
"(&(sstBelongsToResellerUID=4000000)(|(o=*mic*)(sn=*mic*)(givenName=*mic*)))" o givenName sn sstIsActive
</pre>
givenName: Michael
sn: Eichenberger
sstIsActive: TRUE
</pre>
SLB, editor, reviewer
3,368
edits