Changes

stoney core: Global Searches

604 bytes added, 09:39, 12 August 2013
/* Backup */
=== Backup ===
==== Numerical value (integer) Backup Search ====
The following example shows you the alphanumerical value (non-integer) search with '''mic''' (*mic*) as the search parameter and the attributes '''uid''' (for the backup account uid), '''cn''' (common name, normally a combination of givenName and surname), '''gecos''' (the backup name), '''sstQuota''' and '''sstIsActive''' as the return values:
<pre>
ldapsearch -H ldaps://ldapm.tombstone.ch \
-b "ou=backup,ou=services,dc=foss-cloud,dc=org" \
-s sub \
-D "cn=Manager,dc=foss-cloud,dc=org" \
-W -x -LLL \
"(&(sstBelongsToResellerUID=4000000)(uid=*)" uid cn gecos sstQuota sstIsActive
</pre>
 
==== Alphanumerical value (non-integer) Backup Search ====
SLB, editor, reviewer
3,368
edits