Problem using a group which has a space in it's DN when using LDAP Group mappings in UCS 1.4

Hey,
We've been implementing LDAP authentication (Active Directory) using LDAP group mapping in UCS 1.4, and we've noticed that when using a group which has a DN with a space in it (such as "UCS Admins") it wouldn't authenticate the user with the appropriate role.
Using a DN without spaces (such as "UCSAdmins"), works just fine.
I should mention that having a base DN with spaces works just fine as well, it's just the group mappings that doesn't work.
I should also mention that Cisco's "Quick guide to configuring ldap for ucs 1.4" shows an example in which the group's DN doesn't include a space.
Is there a workaround available which can make it possible using a group which has a space in it's name?
Thanks,
Dor

Hey Roman,
Thanks for your prompt reply.
We've tried putting quotes using UCSM which is not possible at all - not for the entire entry nor for the part with spaces.
We've also tried using CLI ("scope security/ldap/ldap-group") where you have to put quotes if you use a DN with spaces, and it still doesn't work. Furthermore, we tried adding quotes only to the part with the spaces, i.e. - CN="UCS Admins",OU=TEST,DC=TEST. It adds the entry without an error, but shows like we would use "CN=UCS Admins,OU=TEST,DC=TEST". Anyway, it doesn't work either.
Thanks again,
Dor

Similar Messages

  • TS3789 I have similar problem, my apple tv which has always worked properly with my Samsung tv will no longer play any audio after the latest 5.1 upgrade. Very frustrating as it was working perfectly before. I am starting to not trust apple upgrades until

    I have similar problem, my apple tv which has always worked properly with my Samsung tv will no longer play any audio after the latest 5.1 upgrade. Very frustrating as it was working perfectly before. I am starting to not trust apple upgrades until proven for example ios6 on iPhone with that stupid map app instead of google maps.
    I just want to buy and hear my iTunes music and videos on my apple tv, could before cant now. Thank you apple. Time to pack up the apple tv and start torrenting without the ios-bs.
    Disheartened apple fan.

    Welcome to the  discussion forums.
    Try going to synching in the sources menu on your tv and selecting 'change itunes library', when it gives you the passcode check itunes to see if the tv is showing up as a new device, if so try entering the pass code. It may be that your tv is seeing itunes as a different library because of a recent upgrade.

  • Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version?

    # Question
    Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version? edit
    IS THIS A GAME?
    WHAT DETAILS DO YOU NEED?
    THE COMPUTER HAS WORKED FINE
    WITH THE OLD MOZILLA FIREFOX
    FOR YEARS.
    NO CHANGES HERE IN ANYTHING ELSE.

    Click the Firefox button, go to Add-ons, then Plugins and disable the following:<br><br>
    * Fun Web Products Plugin<br><br>
    * My Web Search<br><br>
    Both of these are adware/spyware and cause performance issues in Firefox.
    Next, click the Extensions menu link (above Plugins where you are) and remove the "Ask Toolbar".
    If the problem persists, please do the following:<br><br>
    #Click '''Help '''| '''Restart with Add-ons disabled'''.<br><br>
    #In the next menu which appears, checkmark: "'''Reset toolbars and Controls'''".<br><br>
    #Finally, click the button called "'''Make changes and restart'''".
    Just in case you weren't aware of it, you can right click the Back or Forward buttons to get a list of sites visited. If you'd like to see the return of the arrow on the Back button, install this add-on: https://addons.mozilla.org/en-US/firefox/addon/backforward-dropmarker/
    Last but not least, some of your plugins are seriously out of date which exposes your system to exploits. Please visit the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary.
    See: http://www.adobe.com/support/security/bulletins/apsb11-08.html

  • Okay so my Ipod Touch is connected to my computer which has charged my ipod before. Now when i plug it in, my ipod doesnt charge unless i move the charger around. Should I get a new charger, or what?

    Okay so my Ipod Touch is connected to my computer which has charged my ipod before. Now when i plug it in, my ipod doesnt charge unless i move the charger around. Should I get a new charger, or what?

    I could be the cable or it could be that the connecor in the iPod is damaged.  If the iPod is the problem replacing the cable will not help.  Look at the dock connector on the iPod and the contacts on the cable.

  • I am trying to prevent an automatic download starting of Itunes file I purchased and no longer want. Itunes keeps wanting to download them onto a machine which has no space for that much video.

    I purchased several episodes of a TV show. I don't want the HD version. It takes up too much space. So I have the regular version. For the last two years I tunes has been trying to download the HD version. I get so frustrated with this, I barely use Itunes at all.

    Once an item enters your download queue, you can't delete it.  You can let the download complete and then delete the unwanted item. Or, contact the iTunes Store Support Team to have them remove the item from your download queue. Contact the here:  https://expresslane.apple.com/Issues.action

  • I have photoshop 7.0 which has stopped working on my computer. When I try to open an image in Photoshop it gives me an error message saying the image is damaged or corrupted. I can open the same image in other image programs.

    Can anyone help me. I have tried uninstalling it and reinstalling it but nothing helps. I can not afford to spend money on a new program.

    First step: update Photoshop to 7.0.1.
    Second step:  provide sensible information:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Jquery - Accessing class name which contain white space

    Hi,
    My html table code is
    <- table class="t20Region t20ReportRegion" ....;>
    now I have to use the above class name "t20Region t20ReportRegion" in the below jquery . how to do this
    $header = $('table.class_name tr:first');
    how to substitute / enter class_name which has white space in them ( "t20Region t20ReportRegion" )
    Thanks in advance
    Shijesh

    I will be patient from next time.
    Thanks Dan,
    The changes made by you is working for standard template.
    However, when i created a custom report template in which I have two row for Colum Header ( Main
    Header and Sub Header), its not working.
    Credentials are the same.. and same page nos.
    How to change the code so that it will work for custome report template as well
    if a user click on total under Col1 or Col2 , i was trying to pass Header1 + ' ' + col1 or Header1 + ' ' + col2 ( concatenation of header1 and col1/2 with space in between)
    if a user click on total under Col3 or Col4 , i was trying to pass Header2 + ' ' + col3 or Header2 + ' ' + col4 ( concatenation of header2 and col3/4 with space in between)

  • Not able to save photos on iPhone 5, which has been taken by iPhone 5 camera.

    Not able to save photos on iPhone 5, which has been taken by iPhone 5 camera.

    Hi, I have a 32 gb I phone 5 which has 25GB space remaining and I tried doing a reset but the photos still keep disappearing. Advise another solution...............

  • Can't send mail to POP Account which has attachment or signature

    Since installing the Update 10.4.6, I have been unable to send email to my pop account which has either a signature or an attachment (when there is no attachment or signature it works fine). I have cleared the caches using tiger cache cleaner. I have tried adding a new user account to mail. It doesn't work in Entourage either. I've reinstalled Mail. What else do you recommend?
    Prior to installing the update, mail worked great for over a year!
    Additional Information:
    Whenever I press the send icon, the mail message disappears, then in the activity viewer it gives the message “Delivering message / Sending data (28% done) and hangs there for a long time and finally gives the following message:
    Cannot send message using the server XXX
    Use the pop-up menu below to try a different outgoing mail server. All messages will use this server until you quit Mail or change your network settings.
    Whenever I send an email with text and a signature, the activity viewer it gives the message “Delivering message / Sending data (100% done) and hangs there for an extremely long time and finally gives the same message.

    Mario_MM wrote:
    For sending mail the POP server is not important what you need to check are the settings of the SMTP server. Verify the settings of the SMTP server again and compare it to your settings on your iMac.
    Checked SMTP settings and they are identical to the working iMac. I had not changed any settings on my MBP when it stopped sending, plus it did work briefly last night with those settings, so I don't see how it could have anything to do with my settings being incorrect.
    The only thing even remotely different that I did prior to this happening was to use it away from home. I was out of town and used someone else's wifi to send some emails, but can't see how that should matter. It was the same ISP that I use at home, so I never even had to change settings for remote access. I never touched a thing, but when I got home I could no longer send emails.

  • I created a new iTunes library and now cannot find the original one, which has a thousand albums on it!  What happened?

    I created a new iTunes library to put speciald songs into, using the instructions on the Help section of iTunes.  NOW - I cannot locate my original iTunes library, which has a zillion tunes on it!  When I open iTunes to "select a library" the only choise I am given is th one I just created, which only has one album on it.  What happened to the original iTunes that I just got the way I wanted it, with millions of tunes on it??????

    Hello b dean jones,
    Thank you for posting in the Apple Support Communities.  I found an article that lists the default locations for iTunes files:
    Where are my iTunes files located?
    http://support.apple.com/kb/HT1391
    If you looked in the default locations and are still having trouble finding the files, I recommend following the steps in this article:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    I hope this helps get you back on track! 
    Best,
    Sheila M.

  • How do I save space in my hard drive when importing pictures into lightroom

    Hi, I keep my images in one internal drive and I have light room in my main drive.  When I import pictures from the other internal drive, am I taking up space in my main drive which has limited space.  I only want to keep the applications, such as lightroom in one drive and store my images in the other drive.  I do not want to duplicate the images and use up my limited space in the main drive that has my operating system and applications

    Ask in the LR forum how to manage your catalogs.
    Mylenium

  • I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down eliminate

    I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down menu with the gear box symbol to eliminate

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • HT5318 Ever since I updated what looked like iTunes 10.6.1 my computer has been corrupted with Malware, which has filled up all available space on my hard drive.  What do I do to get rid of the Malware?

    Ever since I updated what looked like iTunes 10.6.1 my computer has been corrupted with Malware, which has filled up all available space on my hard drive.  What do I do to get rid of the Malware?

    First, reboot. That will temporarily free up some space. According to Apple documentation, you need at least 9 GB free for normal operation. You also need enough space left over to allow for growth of your data.
    Use a tool such as OmniDiskSweeper to explore your volume and find out what's taking up the space.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To really see everything, you have to run it as root.
    First, back up all data if you haven't already done so. No matter what happens, you should be able to restore your system to the state it was in at the time of that backup.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    After installing ODS in the Applications folder, drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    I don't recommend that you make a habit of this. Don't delete anything while running ODS as root. When you're done with it, quit it and also quit Terminal.

  • Problem while inserting into a table which has ManyToOne relation

    Problem while inserting into a table *(Files)* which has ManyToOne relation with another table *(Folder)* involving a attribute both in primary key as well as in foreign key in JPA 1.0.
    Relevent Code
    Entities:
    public class Files implements Serializable {
    @EmbeddedId
    protected FilesPK filesPK;
    private String filename;
    @JoinColumns({
    @JoinColumn(name = "folder_id", referencedColumnName = "folder_id"),
    @JoinColumn(name = "uid", referencedColumnName = "uid", insertable = false, updatable = false)})
    @ManyToOne(optional = false)
    private Folders folders;
    public class FilesPK implements Serializable {
    private int fileId;
    private int uid;
    public class Folders implements Serializable {
    @EmbeddedId
    protected FoldersPK foldersPK;
    private String folderName;
    @OneToMany(cascade = CascadeType.ALL, mappedBy = "folders")
    private Collection<Files> filesCollection;
    @JoinColumn(name = "uid", referencedColumnName = "uid", insertable = false, updatable = false)
    @ManyToOne(optional = false)
    private Users users;
    public class FoldersPK implements Serializable {
    private int folderId;
    private int uid;
    public class Users implements Serializable {
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer uid;
    private String username;
    @OneToMany(cascade = CascadeType.ALL, mappedBy = "users")
    private Collection<Folders> foldersCollection;
    I left out @Basic & @Column annotations for sake of less code.
    EJB method
    public void insertFile(String fileName, int folderID, int uid){
    FilesPK pk = new FilesPK();
    pk.setUid(uid);
    Files file = new Files();
    file.setFilename(fileName);
    file.setFilesPK(pk);
    FoldersPK folderPk = new FoldersPK(folderID, uid);
         // My understanding that it should automatically handle folderId in files table,
    // but it is not…
    file.setFolders(em.find(Folders.class, folderPk));
    em.persist(file);
    It is giving error:
    Internal Exception: java.sql.SQLException: Field 'folderid' doesn't have a default value_
    Error Code: 1364
    Call: INSERT INTO files (filename, uid, fileid) VALUES (?, ?, ?)_
    _       bind => [hello.txt, 1, 0]_
    It is not even considering folderId while inserting into db.
    However it works fine when I add folderId variable in Files entity and changed insertFile like this:
    public void insertFile(String fileName, int folderID, int uid){
    FilesPK pk = new FilesPK();
    pk.setUid(uid);
    Files file = new Files();
    file.setFilename(fileName);
    file.setFilesPK(pk);
    file.setFolderId(folderId) // added line
    FoldersPK folderPk = new FoldersPK(folderID, uid);
    file.setFolders(em.find(Folders.class, folderPk));
    em.persist(file);
    My question is that is this behavior expected or it is a bug.
    Is it required to add "column_name" variable separately even when an entity has reference to ManyToOne mapping foreign Entity ?
    I used Mysql 5.1 for database, then generate entities using toplink, JPA 1.0, glassfish v2.1.
    I've also tested this using eclipselink and got same error.
    Please provide some pointers.
    Thanks

    Hello,
    What version of EclipseLink did you try? This looks like bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=280436 that was fixed in EclipseLink 2.0, so please try a later version.
    You can also try working around the problem by making both fields writable through the reference mapping.
    Best Regards,
    Chris

  • Huge problem using apple mail while sending email to a group...

    Hey - I am quite confused... apple mail has huge problems using groups with about 150 addresses when writing and sending an email... the writing of emails is nearly impossible. Once the group name is inserted in the addressline (address book in iCloud!), apple mail uses nearly 100% CPU and further writing is nearly impossible. When sending such an email, all addresses are suddenly visible - though the box is NOT checked and the addresses should be hidden... what can I do? I use this feature (sending mails to groups) on a daily basis and cannot accept visible addresses...
    Greetings and sorry for inconvenient english...
    Christof

    How about next time you send to the group, cc yourself, or include yourself in the group. Then receive the email on the iphone, you can "reply all" in order to send to the group. If you use an imap account, you can make a new folder, call it something like "groups", and save different group emails there for the next time you need to "reply all".

Maybe you are looking for

  • Printing to a Windows XP shared printer

    I have long printed from my Macbook with Snow Leopard to my Windows XP computer with a shared printer. I began encountering intermittent connection issues, so I reset my printers. Now when I go to add a printer, under Windows, I see my Windows XP com

  • Calendar Parameter displays an error when scheduling a report.

    Hello, We have Business Objects XI R1 (11.0.0.1282) and Crystal Reports XI (11.0.0.1282) on our Business Objects Server. When we run a report with a date parameter in it, in either Crystal Reports Designer on the server or via Business Objects Info V

  • Error Fixing..please help me..full marks wud be given........

    I am getting a following error when i run the program in ECC 6.o ERROR:" The where condition does not refer to for all entries table.. program is as follows..full marks wud be given..... ***INCLUDE MZSDRETL_RMP_PRICING_ENTRYF01 . *&      Form  COMPUT

  • Strange message on screen

    Hello I keep getting this message; Ruth You may have the phone but I hold the key! and then being prompted to unlock my phone. I have restored it to a previous date each time so far but it is getting quicker at doing it again. I went into the Vodapho

  • OID issues on Windows

    Hello! I'm trying to install Portal 11g so that I need to install OID but when I'm configuring OID appears this error: Error creating ASInstance asinst_1 Cause: An internal operation has failed: Error in starting opmn server Operation aborted because