Changes

stoney core: Global Searches

91 bytes removed, 09:47, 12 August 2013
/* Alphanumerical value (non-integer) Customer Search */
=== Alphanumerical value (non-integer) Customer Search ===
The following example shows you the alphanumerical value (non-integer) search with '''cusste''' (cus*ste*) 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=*cusste*)(sn=*cusste*)(givenName=*cusste*)))" o givenName sn sstIsActive
</pre>
<pre>
dn: uid=4000001,ou=customers,dc=foss-cloud,dc=org
o: Customer Ltd.
sstIsActive: TRUE
 dno: uid=5000001,ou=customers,dc=foss-cloud,dc=orggivenName: NamesstIsActive: TRUEsn: Customerstepping stone GmbH
</pre>
SLB, editor, reviewer
3,368
edits