Ldapsearch by a part of dn into memberOf

Hello everyone,
I had have example, which search users by a part of specified CN, "give me every user where CN start from "je"", thats work fine
1) E:\>ldapsearch -h 172.28.38.31 -p 389 -D "cn=administrator,cn=users,dc=domain,dc=local" -w welcome_1 -s sub -b "dc=domain,dc=local" "(&(objectclass=user)(|(cn=je*)))" > out.txt
Now im needed search users, which member of specified group, like previous example, "give me every user where MEMBEROF start/contains string "poli""... but this not work for 2, and 3 options....
2) E:\>ldapsearch -h 172.28.38.31 -p 389 -D "cn=administrator,cn=users,dc=domain,dc=local" -w welcome_1 -s sub -b "dc=domain,dc=local" "(&(objectclass=user)(|(memberOf=CN=poli*)))" > out.txt
3) E:\>ldapsearch -h 172.28.38.31 -p 389 -D "cn=administrator,cn=users,dc=domain,dc=local" -w welcome_1 -s sub -b "dc=domain,dc=local" "(&(objectclass=user)(|(memberOf=*poli*)))" > out.txt
but successfully returns entries for:
4) E:\>ldapsearch -h 172.28.38.31 -p 389 -D "cn=administrator,cn=users,dc=domain,dc=local" -w welcome_1 -s sub -b "dc=domain,dc=local" "(&(objectclass=user)(|(memberOf=CN=policy_domain,ou=groups,dc=domain,dc=local)))" > out.txt
how i must search users with memberOf, specifing only a part of required dn?

How about -
ldapsearch -h 172.28.38.31 -p 389 -D "cn=administrator,cn=users,dc=domain,dc=local" -w welcome_1 -s sub -b "dc=domain,dc=local" "(&(objectclass=group)(CN=policy_domain))" member> out.txt
-Vinod

Similar Messages

  • Extract part of xml into CLOB or XMLType

    I need to extract part of XML into CLOB or some another type. But I don't need only extract data, by whole part od xml with elements. How could I do it in PL/SQL?
    For example from this xml:
    <bookstore>
    <book category="COOKING">
    <title lang="en">Everyday Italian</title>
    <author>Giada De Laurentiis</author>
    <year>2005</year>
    <price>30.00</price>
    </book>
    <book category="CHILDREN">
    <title lang="en">Harry Potter</title>
    <author>J K. Rowling</author>
    <year>2005</year>
    <price>29.99</price>
    </book>
    </bookstore>
    I need to get:
    "<book category="COOKING">
    <title lang="en">Everyday Italian</title>
    <author>Giada De Laurentiis</author>
    <year>2005</year>
    <price>30.00</price>
    </book>"
    THX

    That's why I need to process every book alone - to know which authors belongs to single book.For that specific requirement, a single query would do.
    Assuming variable "v_xml_clob" holds the XML document :
    <bookstore>
      <name>nameOfBookstore</name>
      <address>1st Avenue 24, SF</address>
          <book category="COOKING">
            <title lang="en">Everyday Italian</title>
            <author>
              <name>Giada De Laurentiis</name>
              <birth>1956</birth>
            </author>
            <author>
              <name>xxx</name>
              <birth>1955</birth>
            </author>
            <year>2005</year>
            <price>30.00</price>
          </book>
          <book category="CHILDREN">
            <title lang="en">Harry Potter</title>
            <author>
              <name>Rowning</name>
              <birth>1977</birth>
            </author>
            <author>
              <name>xxx</name>
              <birth>1955</birth>
            </author>
            <year>2005</year>
            <price>29.99</price>
          </book>
    </bookstore>You can do :
    SELECT *
    FROM XMLTable(
    'for $i in distinct-values($d//book/author/name)
      where count($d//book/author[name=$i]) = 1
      return $i'
    passing xmltype(v_xml_clob) as "d"
    columns author_name varchar2(80) path '.'
    AUTHOR_NAME
    Rowning
    Giada De Laurentiis

  • Paste part of spreadsheet into email

    How can I paste part of a spreadsheet into an email without losing formatting??

    This forum is mainly for Numbers on the Mac, and it seems that you are on an iPad.
    On the Mac, just copy-paste into the body of a message in Apple Mail.
    Have you tried that on an iPad and it's not working?
    SG

  • White logo with transparency on part of it-into InDesign?

    Hi all, I have a white text logo that I applied an opacity mask to (in the transparency palette). I would like to copy & paste that white logo into an InDesign file....but when I do, it shoes up as regular full-white text. (opacity is missing- lookes like regular white text).
    How can I get my white masked logo into InDesign so that it shows as white text fading into the background?
    PS - I am using CS4 on a mac platform.
    Thanks kindly,
    Chemol

    Overprint should have no efeect in this case.
    I cannot imagine what the OP is doing but there should be no problem placing the  file in ID.
    The ony possibility is that the OP is still doing a copy and paste because here you can see I have this placed from CS 5 and CS 4
    As white type set to overprint and then the Opacity Mask applied and then without it set to overprint in CS 5 and CS 4
    And type with a gradient white 100% Opacity to a 0% Opacity without  Opacity Mask and in all four cases the text works fine as it should when placed.
    This was ID CS 5 but I just tried it in ID CS4 as well and all is fine.
    So let the OP then release the Opacity Mask in AI delete the gradient filled path they are using to make the Opaity mask with
    Then give the text no fill at the character level by first selecting it witgh the text tool then clicking the no fill proxy.
    then select the text with the direct select5 or selection tool go to
    the Appearance Panel and from the flyout add a New Fill select the new fill in the Appearance Panel
    give it a radient fill made up of a gradient with 100% opacity on one end and 0% Opcaity on the other end.
    Save that and place it in ID
    However you cannot  copy and paste from AI to ID so you will have to place it.
    I think regardless of what you tell us you are still trying to copy and paste otherwise I see no way this cannot work.

  • Processing large xml file (500mb)? break into small part? load into jtree

    hi,
    i'm doing an assignment to processing large xml file (500mb) and
    load into jree using JAVA.
    can someone advice me on the algorithm to do this?
    how can i load a 500mb xml in a jtree without system hang?
    how to i break my file and do the loading?

    1 Is the file schema based binary XML.
    2. The limits are dependant on storage model and chacater set.
    3. For all NON-XML content the current limit is 4GBytes (Where that is bytes not characters). So for Character content in an AL32UTF8 database the limit is 2GB
    4. For XML Content stored as CLOB the limit is the same as for character data (2GB/4GB) dependant on database character set.
    5. For SB Based XML content stored in Object Relatioanl storage the limit is determined by the complexity and structures defiend in the XML Schema

  • Invites from external parties being put into the local calendar in Outlook

    I have just noticed that the above is happening and looking back at the local calendar, which I never use, there is (it appears) every external invite I have ever been sent sitting in there. I can't see a setting that says treat external and internal invites differently and the default store is my beehive workspace.
    Anyone got an idea on how to fix this?

    Hi,
    BeehiveOnline is a separate system and as such will maintain the calendar inside the application as stbeehive does for events generated inside the system.
    You should get reminders sent out for any meeting/event and they will show up in the Beehiveonline teamcollab client so will be visible there. Thusnderbitrd can have multiple calendars - although it would have to be TB 3.1 with the Lighting 1.0.b 2 add-on+ the Oracle Beehive Extension for Thunderbird (OBET) as the latest combination of TB 5.0, Lightning 1.0b5 and OBET fails to connect to the BeehiveOnline calendar system - a bug has been raised to investigate.
    Phil

  • How can I transfer part of iPhoto files from my hard drive of iMac to free up  my hard drive which is 95% full

    My IMAC 24" Early 2008, with Hard Drive of 500 is running out of Memory, down to 25 MGHz. Since I have large collection of photographs in my IPhoto, with fair numbers in raw forms, I presume most of the memory is taken by them. I am unable to find weather that is the cause of low memory, and if it is so,  how can I transfer part of them into external hard drive to free up the space. Help into yhe matter will be appreciated. Thanks

    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    Now you have two full versions of the Library.
    3. On the Internal library, trash the Events you don't want there
    Now you have a full copy of the Library on the External and a smaller subset on the Internal
    Some Notes:
    As a general rule: when deleting photos do them in batches of about 100 at a time. iPhoto can baulk at trashing large numbers at one go.
    You can choose which Library to open: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    You can keep the Library on the external updated with new imports using iPhoto Library Manager

  • Display Calendar View in List View Web Part

    We have a list and a calendar view of the list. I wanted to display the calendar view of the list in a List View Web Part in another page in the site.
    When I select the 'Calendar View' from the Views drop-down - it does not work.
    Please can you help.

    Hi Aritra,
    Is there some errors on your environment? So, you can have two workaround to do it.
    You can use SharePoint designer to add an empty data view source on your page ,then select the page.
    Use 
    Page viewer web part on your page, then put your calendar view web part page URL into your PVWP.
    Thanks,
    Jack
    Jack Gao
    TechNet Community Support

  • Looking for power adapter part for Deskjet F2480 Printer

    Wonder if anyone knows where I can find the adapter part that plugs into the power point (board).  The slot in the back of the printer is a pinky colour with three holes. 

    Hi,
    I've included a link here on where to find HP original parts worldwide.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Mounting the Root File System into RAM

    Hi,
    I had been wondering, recently, how can one copy the entire root hierarchy, or wanted parts of it, into RAM, mount it at startup, and use it as the root itself.  At shutdown, the modified files and directories would be synchronized back to the non-volatile storage. This synchronization could also be performed manually, before shutting down.
    I have now succeeded, at least it seems, in performing such a task. There are still some issues.
    For anyone interested, I will be describing how I have done it, and I will provide the files that I have worked with.
    A custom kernel hook is used to (overall):
    Mount the non-volatile root in a mountpoint in the initramfs. I used /root_source
    Mount the volatile ramdisk in a mountpoint in the initramfs. I used /root_ram
    Copy the non-volatile content into the ramdisk.
    Remount by binding each of these two mountpoints in the new root, so that we can have access to both volumes in the new ramdisk root itself once the root is changed, to synchronize back any modified RAM content to the non-volatile storage medium: /rootfs/rootfs_{source,ram}
    A mount handler is set (mount_handler) to a custom function, which mounts, by binding, the new ramdisk root into a root that will be switched to by the kernel.
    To integrate this hook into a initramfs, a preset is needed.
    I added this hook (named "ram") as the last one in mkinitcpio.conf. -- Adding it before some other hooks did not seem to work; and even now, it sometimes does not detect the physical disk.
    The kernel needs to be passed some custom arguments; at a minimum, these are required: ram=1
    When shutting down, the ramdisk contents is synchronized back with the source root, by the means of a bash script. This script can be run manually to save one's work before/without shutting down. For this (shutdown) event, I made a custom systemd service file.
    I chose to use unison to synchronize between the volatile and the non-volatile mediums. When synchronizing, nothing in the directory structure should be modified, because unison will not synchronize those changes in the end; it will complain, and exit with an error, although it will still synchronize the rest. Thus, I recommend that if you synch manually (by running /root/Documents/rootfs/unmount-root-fs.sh, for example), do not execute any other command before synchronization has completed, because ~/.bash_history, for example, would be updated, and unison would not update this file.
    Some prerequisites exist (by default):
        Packages: unison(, cp), find, cpio, rsync and, of course, any any other packages which you can mount your root file system (type) with. I have included these: mount.{,cifs,fuse,ntfs,ntfs-3g,lowntfs-3g,nfs,nfs4}, so you may need to install ntfs-3g the nfs-related packages (nfs-utils?), or remove the unwanted "mount.+" entires from /etc/initcpio/install/ram.
        Referencing paths:
            The variables:
                source=
                temporary=
            ...should have the same value in all of these files:
                "/etc/initcpio/hooks/ram"
                "/root/Documents/rootfs/unmount-root-fs.sh"
                "/root/.rsync/exclude.txt"    -- Should correspond.
            This is needed to sync the RAM disk back to the hard disk.
        I think that it is required to have the old root and the new root mountpoints directly residing at the root / of the initramfs, from what I have noticed. For example, "/new_root" and "/old_root".
    Here are all the accepted and used parameters:
        Parameter                       Allowed Values                                          Default Value        Considered Values                         Description
        root                                 Default (UUID=+,/dev/disk/by-*/*)            None                     Any string                                      The source root
        rootfstype                       Default of "-t <types>" of "mount"           "auto"                    Any string                                      The FS type of the source root.
        rootflags                         Default of "-o <options>" of "mount"        None                     Any string                                      Options when mounting the source root.
        ram                                 Any string                                                  None                     "1"                                                  If this hook sould be run.
        ramfstype                       Default of "-t <types>" of "mount"           "auto"                     Any string                                      The FS type of the RAM disk.
        ramflags                         Default of "-o <options>" of "mount"        "size=50%"           Any string                                       Options when mounting the RAM disk.
        ramcleanup                    Any string                                                   None                     "0"                                                  If any left-overs should be cleaned.
        ramcleanup_source       Any string                                                   None                     "1"                                                  If the source root should be unmounted.
        ram_transfer_tool          cp,find,cpio,rsync,unison                            unison                   cp,find,cpio,rsync                           What tool to use to transfer the root into RAM.
        ram_unison_fastcheck   true,false,default,yes,no,auto                    "default"                true,false,default,yes,no,auto        Argument to unison's "fastcheck" parameter. Relevant if ram_transfer_tool=unison.
        ramdisk_cache_use        0,1                                                              None                    0                                                      If unison should use any available cache. Relevant if ram_transfer_tool=unison.
        ramdisk_cache_update   0,1                                                              None                    0                                                     If unison should copy the cache to the RAM disk. Relevant if ram_transfer_tool=unison.
    This is the basic setup.
    Optionally:
        I disabled /tmp as a tmpfs mountpoint: "systemctl mask tmp.mount" which executes "ln -s '/dev/null' '/etc/systemd/system/tmp.mount' ". I have included "/etc/systemd/system/tmp.mount" amongst the files.
        I unmount /dev/shm at each startup, using ExecStart from "/etc/systemd/system/ram.service".
    Here are the updated (version 3) files, archived: Root_RAM_FS.tar (I did not find a way to attach files -- does Arch forums allow attachments?)
    I decided to separate the functionalities "mounting from various sources", and "mounting the root into RAM". Currently, I am working only on mounting the root into RAM. This is why the names of some files changed.
    Of course, use what you need from the provided files.
    Here are the values for the time spend copying during startup for each transfer tool. The size of the entire root FS was 1.2 GB:
        find+cpio:  2:10s (2:12s on slower hardware)
        unison:      3:10s - 4:00s
        cp:             4 minutes (31 minutes on slower hardware)
        rsync:        4:40s (55 minutes on slower hardware)
        Beware that the find/cpio option is currently broken; it is available to be selected, but it will not work when being used.
    These are the remaining issues:
        find+cpio option does not create any destination files.
        (On some older hardware) When booting up, the source disk is not always detected.
        When booting up, the custom initramfs is not detected, after it has been updated from the RAM disk. I think this represents an issue with synchronizing back to the source root.
    Inconveniences:
        Unison needs to perform an update detection at each startup.
        initramfs' ash does not parse wild characters to use "cp".
    That's about what I can think of for now.
    I will gladly try to answer any questions.
    I don't consider myself a UNIX expert, so I would like to know your suggestions for improvement, especially from who consider themselves so.
    Last edited by AGT (2014-05-20 23:21:45)

    How did you use/test unison? In my case, unison, of course, is used in the cpio image, where there are no cache files, because unison has not been run yet in the initcpio image, before it had a chance to be used during boot time, to generate them; and during start up is when it is used; when it creates the archives. ...a circular dependency. Yet, files changed by the user would still need to be traversed to detect changes. So, I think that even providing pre-made cache files would not guarantee that they would be valid at start up, for all configurations of installation. -- I think, though, that these cache files could be copied/saved from the initcpio image to the root (disk and RAM), after they have been created, and used next time by copying them in the initcpio image during each start up. I think $HOME would need to be set.
    Unison was not using any cache previously anyway. I was aware of that, but I wanted to prove it by deleting any cache files remaining.
    Unison, actually, was slower (4 minutes) the first time it ran in the VM, compared to the physical hardware (3:10s). I have not measured the time for its subsequent runs, but It seemed that it was faster after the first run. The VM was hosted on a newer machine than what I have used so far: the VM host has an i3-3227U at 1.9 GHz CPU with 2 cores/4 threads and 8 GB of RAM (4 GB ware dedicated to the VM); my hardware has a Pentium B940 at 2 GHz CPU with 2 cores/2 threads and 4 GB of RAM.
    I could see that, in the VM, rsync and cp were copying faster than on my hardware; they were scrolling quicker.
    Grub, initially complains that there is no image, and shows a "Press any key to continue" message; if you continue, the kernel panics.
    I'll try using "poll_device()". What arguments does it need? More than just the device; also the number of seconds to wait?
    Last edited by AGT (2014-05-20 16:49:35)

  • See individual parts after merging PDF?

    Say you have 10 PDF documents and merge them into one.
    Can you later take the document that was a result of the merge and see the individual parts that went into it and maybe delete one or two from it?

    If  you merge the files the they become a single document and you can't see
    from which files it was created anymore. Of course, you can always delete
    pages from the Pages panel, or create a portfolio instead of merging the
    files.

  • Service of Imported Parts provided to Foreign Vendor and Duties on that

    Dear Gurus,
    My Client is sending Material part (Import) ,for Service to foreign Vendor,please find the process mentioned below
    PROCESS FOR SENDING  DEFECTIVE PART OF ASSET(MACHINE) FOR REPAIRING TO OVERSEAS SUPPLIER/REPAIRER AND RECEIVING BACK INTO FACTORY AFTER REPAIRING.
    PACKAGING MACHINE
    DEFECTIVE PART IDENTIFIED
    DEPOSITED INTO STORES DEPT.
    CUSTOMS DOCUMENTATION -
     FOR CLEARANCE AND SENDING
                                                                                 TO VENDOR.
                                                                                 FREIGHT PAYABLE
                                                                                 CLEARING CHARGES PAYABLE
    MATERIAL REACHED TO REPAIRER
    AND REPAIRED.
    REPAIRED MATERIAL COMING INDIA -- IMPORT CLEARANCE.
                                                                                    FREIGHT PAYABLE
                                                                                    CUSTOMS DUTY ON REPAIRING
                                                                                    CHARGES PAYABLE.
                                                                                    CLEARING CHARGES PAYABLE
    REPAIRING CHARGES PAYABLE TO
    REPAIRER IN FOREIGN CURRENCY
    Note:
    When material going out of Indian customs process required ( say Export Process for Repairing) at that time no duty is payble but outgoing freight and Custom Clearing charges payable ( Clearing charges is payable to Clearing Agent and Freight Payable to Carrier)
    When the same material coming to India customs process required ( Say Import Process for repaired material). At that time Incoming freight is payable either directly to carrier or it may be included in the repairieru2019s Invoice. Repairing charges is payable to overseas repairer. Customs clearing charges payable to clearing agent.
    Freight / Courier charges (within India from / to Company to Port of export ) is payable to local courier / Transporters
    Will Be Very thankful to you if you can throw some light on the Duties that my client pay while the material is going out and coming in .
    Regards
    Shailesh

    Hi,
    Do the recursive subcontracting , send the same material and assign the same material as component by
    creating subcontracting PO , and pay as sun con charges to overseas vendor
    Map ,freight duty and custom in subcontracting PO as in regular PO
    Try it should help
    Diwakar

  • How to make part of text as bold..

    hi all,
    its urgent..
    i have an expression in my ssrs report like
    =iif(passorder=1 and zoneorder<>4,
    iif(field!xxxx.value=3,field!xxxx.value & "is having perecntage of" & field!percentage.value, field!percentage.value)
    now,its having row and column  grouping..so, in preview i get 8 rows output
    so..i cant take place holders
    i need to make bold only the field!percentage.value and field!xxxx.value ...
    this static text is having perecntage of should be in normal font only
    if used iif(field!percenatge.value="xx",bold,normal) in font weight but not achieved..
    can any on please help to  me if there is any bold() function that to use in customcode..so that i can use in expression
    please help..
    thanks in advance..
    lucky

    Hi LuckyLucky12,
    According to your description, you have a long string in a textbox which concatenate values of two fields and static text. Now you want to set bold style for values of two fields, but still keep the default style for the static text. Right?
    In Reporting Service, we can set style for text in a textbox, this style will be effective on whole textbox. However, we can create placeholders in textbox. So in this scenario, we suggest put those parts of text into different placeholders inside of a textbox.
    We can set style for each placeholder. Also, we can use expression in Value to set condition for displaying data. We tested your case with some sample data in our local environment. Here are steps and screenshots for your reference:
    1. Create a table in the report, double click on textbox, right click and select Create Placeholder. Select field in Value (If we want to set condition, put expression in it). Go to Font, select Bold.
    2. Repeat step1 to create other two placeholder. For the placeholder with static text, unselect Bold. 
    3. Save and preview. In our sample report, we set the condition for displaying data (display null string when DocId = 3). It looks like below:
    Reference:
    Formatting Text and Placeholders (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)
      

  • Apps Secretly Sharing Personal Data With Third Parties--

    just read this article on the huffingtonpost.com
    how can i tell who is obtaining persoanl data without telling me ?
    are there supposed to be safeguards against this ?
    *what can i do to prevent this ?*
    *Apps Secretly Sharing Personal Data With Third Parties--Without Telling You*
    JORDAN ROBERTSON | 07/28/10 10:40 PM | AP
    LAS VEGAS — Your smart phone applications are watching you – much more closely than you might like.
    Lookout Inc., a mobile-phone security firm, scanned nearly 300,000 free applications for Apple Inc.'s iPhone and phones built around Google Inc.'s Android software. It found that many of them secretly pull sensitive data off users' phones and ship them off to third parties without notification.
    That's a major concern that has been bubbling up in privacy and security circles.
    The data can include full details about users' contacts, their pictures, text messages and Internet and search histories. The third parties can include advertisers and companies that analyze data on users.
    The information is used by companies to target ads and learn more about their users. The danger, though, is that the data become vulnerable to hacking and use in identity theft if the third party isn't careful about securing the information.
    Lookout reported its findings this week in conjunction with the Black Hat computer security conference in Las Vegas.
    Lookout found that nearly a quarter of the iPhone apps and almost half the Android apps contained software code that contained those capabilities.
    The code had been written by the third parties and inserted into the applications by the developers, usually for a specific purpose, such as allowing the applications to run ads. But the code winds up forcing the application to collect more data on users than even the developers may realize, Lookout executives said.
    "We found that not only users, but developers as well, don't know what's happening in their apps, even in their own apps, which is fascinating," said John Hering, CEO of the San Francisco-based Lookout.
    Part of the problem is smart phones don't alert users to all the different types of data the applications running on them are collecting. IPhones only alert users when applications want to use their locations.
    And while Android phones offer robust warnings when applications are first installed, many people breeze through them for the gratification of using the apps quickly. Google said it tries to limit users' risk with the warnings but consistently advises users to only install apps they trust.
    Apple didn't respond to a request for comment on Lookout's research.

    The best way to handle this, depending on the app, is to turn off things like sharing on the world wide boards. (This can often be done in settings, although you may have to do so in app.)
    Also--and this may sound a bit lame--choose your apps (especially free ones) carefully. There are a whole range of games that all track certain info bits. I have a few of those, but have have turned off that part of it.
    Finally...the same things go for apps as with any program for your computer: use common sense.
    Doc

  • Where do I find spare partes for in-ear headphones?

    Apple in-ear headphones have a BIG defect.
    It's too easy to loose the gummy part that fits into the ear, especially if you them around the neck while not using them and you wear a backpack.
    the replacements you find in the packaging have different sizes, so that you can find the right size for you BUT there is only a couple for each measure, thus you DON'T have replacement parts.
    I've lost 4 pieces in the last months progressively adapting in using the wrong sizes (how annoying!).
    Now I've lost another and apparently there's no way to get spare parts.
    Headphones cost as much as 90 EUROS in Italy
    My ones are just a few months old and perfectly working!!
    I can't believe I have to trash them because I can't find a spare that could cost few cents ta Apple.
    In my eyes this is a big hit to Apple reputation
    I "forced" my company to buy for me in the last months a MacBook Pro, two iPhones (3G and 4) and an iPad 3G. I think I deserve some support, but, at least in Italy, the customer service is not up to the level of the brand.
    Is there someone out ther that can help me?
    Giulio

    you're not addressing apple when you're writing in this forum but just other users like you
    and I'm not sure something as small as headsets have replacement parts but they should be covered by the normal warranty

Maybe you are looking for

  • How do I get Verizon to unlock my iPhone4s for use in the US (NOT overseas)

    12/13/13 Huffington Post WASHINGTON (Reuters) - Major U.S. wireless carriers on Thursday pledged to make it easier for consumers to "unlock" their mobile phones for use on competitors' networks, responding to pressure from consumer groups and the top

  • Lightroom 5.6 and Yosemite 10.10 Final

    For those who have not upgraded to Yosemite yet, you may want to wait until Apple and/or Lightroom release a maintenance release.  I find LR very slow after the Yosemite update.  I get the spinning wheel of wait after every brush stroke, crop, etc. T

  • PO with double freight

    Hi all, this is the problem. The customer created a PO with two lines of freight condition in the header of the PO, one with no value with the vendor A and one equal to 2000 eur with the vendor B. The PO has 6 lines: two of these (with the same mater

  • Acrobat 9 Pro Extended issues

    7-29-08 Hello, I work in an engineering enviromment doing visualization and animation. I have been an advocate for Acrobat 3D as a better way to communicate with our customers. We have a large contingent of Autodesk Mechanical Desktop and Inventor us

  • Itunes opens itself at will

    itunes opens itself at will