How to enable Client Cert Required, only for certain URL's in the webserver

WE are using netegrity siteminder for authentication and their plugin is executed as AuthTrans function. If I enable clientauth in server.xml ( which is basically turning on the client cert required for entire site), everything works fine. But If I want to turn that on only for certain URL's how do I do that.
I tried turning global clientauth off in server.xml and tried using PathCehck fn"get-client-cert" in obj.conf for the URL's that need client cert, but the problem is AuthTrans is getting executed first and my netegrity plugin is throwing an error saying it cann't find the cert.
What are diffrent options to enable cert required only for certian URL's.
Thanks

What is the condition you want to match?
You can use get-client-cert in If tags in Web Server 7.0 :
For e.g. If the condition is matched, This gets a cert, requesting it if it is not already present and failing the request if it can't obtain an acceptable cert only on POST requests.
<If $url ~="*abc*>
PathCheck fn="get-client-cert" method="POST" dorequest="1" require="1"
</If>
or
<Object ppath="*abc*">
PathCheck fn="get-client-cert" dorequest="1" require="1"
<Object>
for more details :
http://docs.sun.com/app/docs/doc/819-2630/6n4thbiek?a=view#indexterm-380

Similar Messages

  • Enabling services via systemd only for certain targets

    Hi everyone,
    I have been searching and searching and I struggled through manpages but found nothing...
    How can you enable services using systemd for a certain target?
    Something like "systemd enable --target.graphical gdm".
    My idea is to have 2 grub entries, one that boots into target.multi-user and the other that boots into target.graphical.
    Then I would enable the gdm and other services I want for target.graphical but not for target.multi-user. That way I could choose on bootup if I want gnome this time or not and have a custom fallback/high performance mode.
    I hope I'm not just utterly blind and wasting erverybodys time but I didn't find any information on this whatsoever.
    Thanks in advance guys!
    Last edited by Ch33f (2014-07-31 13:23:55)

    Oh god this one almost hidden sentence:
    If you make use of those it is suggested that you make a new named systemd target as /etc/systemd/system/your target that takes one of the existing runlevels as a base (you can look at /usr/lib/systemd/system/graphical.target as an example), make a directory /etc/systemd/system/your target.wants, and then symlink the additional services from /usr/lib/systemd/system/ that you wish to enable.
    Ok thats a start.
    But there is no parameter in "systemd enable" that I could use to do it?
    Last edited by Ch33f (2014-07-31 13:43:49)

  • Preview Thumbnails on New Tab page empty only for certain URLs

    When I open a new tab, there are three certain preview thumbnails which are always empty, and there is no way I can make them show up again. They did work in the beginning, but at some time the three previews vanished and never came back.
    I have already tried to empy the cache and reload the sites as suggested here, but the thumbs are still empty. It's always the same three URLs where this happens. I have also cleared the history, opened the sites again and dragged the items from the history menu into a thumbnail - same result.

    The pages may be send by the server with a no-cache or no-store header preventing Firefox to store that pages in the cache.<br />
    Firefox will only generate thumbnails if the page is in the cache.
    *https://support.mozilla.org/kb/thumbnails-on-new-tab-page-are-missing
    The thumbnails on the about:newtab page are generated from the cache, so if the page is not in the cache or otherwise can't or won't (secure pages) be rendered as a PNG image then you will get an empty box.
    *Do not use Clear Recent History to clear data like the cache and the history when you close Firefox
    If there is no history then you get an about:newtab page with empty boxes (no URLs).
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=756881 bug 756881] - New tab thumbnails not displayed (or old images displayed) for Facebook, Twitter (sites using Cache-Control no-store)

  • Got photoshop cc - how to enable middle east version? for supporting hebrew?

    Hi,
    Got photoshop cc:
    Adobe Photoshop Version: 12.0 (12.0x20100422 [20100422.wst4.180 2010/04/22:02:00:00 cutoff; wst4 branch]) x64
    how to enable middle east version? for supporting hebrew?
    when I write in hebrew font it turn the letter order
    how to fix it?
    thanks.  
    [Moved from FrameMaker Forum by moderator]

    I don't have CS5 but try this template Adobe - Photoshop : For Windows : Adobe Photoshop CS4 - Template to edit and create Arabic text : Thank You. Even tough it says Arabic it should work for Hebrew as well. This is the template for Mac Adobe - Photoshop : For Macintosh : Adobe Photoshop CS4 - template to edit and create Arabic text

  • SCCM 2012- How to limit a collection membership only for specific count of machines

    How to limit a collection membership only for specific count of machines

    As I said you can use where SMS ID like %1 and see how many machines that gets you. If it's not enough do where SMS ID like %1 or SMS ID like %2. Keep adding a digit until you get ~5000. It won't be perfect though.
    John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

  • How do I only get certain questions appear in the quiz results?

    I have created a course through Captivate 6, throughout the course there are questions to guage the learners attention. There is also a quiz at the end. However, captivate includes on the questions throughout the course on the quiz results which I do not want to happen.
    Can anyone advise how I can only get certain questions appear on the quiz results please?

    Branch aware turns off the playbar in 6 (not in 7 any more, at least not for me).
    Could you explain more in detail what you want, because I don't understand it. You want the user to answer all questions, but the score should only show what? If you don't want some questions to have a score added to the Quiz total, you can indicate that in the Properties of that Question slide.
    And please, tell the exact number (3 versions of 6), and also if you have to report to a LMS?
    Lilybiri

  • Text Mandatory only for Certain Materials in Sales Order

    Is there anyway so that I can make certain item text mandatory only for certain materials?
    I tried creating new item category group and new item category. And then create new Text procedure making this text mandatory and assigning to this new item category.
    But there are lot of different types of item categories assigned. So it does not look good to create new item category for each and everyone for this new item category group and material.
    Please guide me how to make the document incomplete for certain materials only when one text is not filled at item level
    Thanks in advance

    Hi,
    what you tried is correct and that is been followed in most of my projects wherever I worked.  That is the best way recommended also.
    If you try with incompletion procedures for item category also, you will endup doing multiple item categories anyway....
    First when I looked at the subject line, even before I opened your POSTING, I got the same resolution as you did....May be the optimal one but, not sure, if something else is possible other than by doing user exit.
    Regards

  • How to enable private mode from commandline, with an URL. I am a software dev and I wish to have my application open links in Firefox. Using ShellExecute(), i c

    How to enable private mode from commandline, with an URL.
    I am a software dev and I wish to have my application open links in Firefox.
    Using ShellExecute(), i can do with with commandlines like:
    firefox.exe http://support.mozilla.org
    But I also want the option to open the link in private mode.
    I am able to start firefox in private mode by doing this:
    firefox.exe -private
    However, if I add a link to the command line
    firefox.exe -private http://support.mozilla.org
    I get strange results.
    If firefox is not running, it launches 2 copies of the application.
    One that opens in private mode and the other opens in normal mode and goes to the URL specified.
    If firefox is already running, it just opens the URL in a new tab.
    No private mode instance is launched.
    Am I using the command-line syntax incorrectly?

    It will never work if Firefox is already running as Firefox will use the already opened Firefox instance.<br />
    In that case only using a separate profile will work.
    You can try to specify the -url switch as well.
    *firefox.exe -private -url http://support.mozilla<i></i>.org
    You can also look at the -new-tab switch.
    *firefox.exe -private -new-tab http://support.mozilla<i></i>.org
    *https://developer.mozilla.org/en/Command_Line_Options

  • I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    If you want Bridge CS6 to open when using Photoshop CS6, you must quit Bridge CC.
    Then File menu > Browse in Bridge will bring up Bridge CS6.
    If Bridge CC is already open, The File > Browse in Bridge for Photoshop CS6 will use Bridge CC and Bridge CS6 will not open.
    I hope that's the answer you were looking for.
    Gene

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • HT201299 Not enable or disable cellular data for certain iOS apps and features from setting? I keep it off but when I go to other app it on automatic

    I can't  enable or disable cellular data for certain iOS apps and features from  setting.
    When I off data for specific application and go to other option it automatic on all application
    Any one can help

    SOLUTION! (NO NEED TO RESET YOUR IPHONE SETTING!)
    I have the same issue for the last two weeks. But i have already managed to solve the issue all by myself. When i go to Settings > Cellular > below the tab "use cellular data for:", i turned off some apps which i didnt want to use with cellular data. As soon as i go back to Settings, and then i went back to Cellular, the apps which i had switched off earlier, automatically turned back on.
    Here's the solution:
    Either you're using wifi or cellular data, first of all you're gonna hafto turn on the cellular data use for App Store. Once you have turned it on, go to App Store application. Update ALL the apps which have new updates available. If it asks you to log in your App Store, just do so. If there's something wrong with your debit or credit card information, it will ask you to update to a different card. Just do what it asks. Put in a new credit or debit card info and fill in the forms provided. The card you're using must be usable and has usable balance in it. Let's say atleast $10 to $20. As soon as it confirms your card successfully, the app updates will start automatically. Continue to update all the apps. After all updates are finished, go back to Settings > Cellular. Try to switch on or off some apps for data use and recheck.
    Try it yourself! Have a nice day and don't put a blame on Apple for this.
    From Malaysia, with love.
    Please hit LIKE button if this solve your issue. Thank you very much! (:

  • 206 unable to set alert only for certain group

    Hi,
    is it a symbian unwanted feature that user is unable to set Nokia 206
    profile to alert for certain group (even though this kind of functionality is
    available on this phone)?
    To be more precise user is able to set profile to alert only for certain
    group but this setting has no effect (phone rebooted, groups recreated, etc. no effect)
    This feature has been available and workin in previous Nokia phones
    since last decace - is it a software quality issue or what.
    Best regards,
    Hez

    It is the Application Pool account making the query to retrieve the groups, so you would need to establish a trust from Domain B -> A.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • I can't redeem my iTunes gift card, my phone is un activated, help desk has not helped. What does it mean my phone is un activated and how can I redeem my gift card for my 5c living I. The Caribbean

    I can't redeem my iTunes gift card, my phone is un activated, help desk has not helped. What does it mean my phone is un activated and how can I redeem my gift card for my 5c living I. The Caribbean

    (Typing all in capitals is considered shouting, makes posts difficult to read and may mean that people are less likely to reply.)
    There isn't a phone number for iTunes Support.
    If you've forgotten your answers to your security questions then you can get them reset : If you forgot the answers to your Apple ID security questions
    If you have a credit card on your account then its details have to complete - and asking for their details is also a way of checking that you have a valid billing address in that country. As long as you are buying content for yourself and not trying to gift content (you can't use your balance for gifting) then the purchase price (plus any applicable taxes) should be deducted from your balance. If it's not then you contact iTunes Support :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How do i permanently block pop ups for certain sites

    how do i permanently block pop ups for certain sites

    According to this thread > http://www.techsupportforum.com/forums/f65/blocking-individual-web-sites-on-safa ri-226175.html
    You can use the Terminal app to block individual sites but be aware, unless you are familiar using Terminal, best to click your Apple menu  (top left in your screen) then click Block Pop-Up Windows from the drop down menu instead.

  • Which is the best way for iOS to communicate with the webserver SOAP or JSON

    Which one is the best for iOS to interact with the webserver.. to exchange messages like
    1. Normal NSString
    2. images
    3. audio
    4. videos
    like any other stream of bits..
    Thank you

    There is a reason why JSON took over AJAX world. I have been too busy to research this myself, but you may be interested in WebSockets.

Maybe you are looking for

  • Open a PDF report from a PDF report

    I would like to open a PDF report from a PDF report, but in a new IE window. I have the following code attached to an item in the report:- function F_RECONFormatTrigger return boolean is begin IF trim(:btch_ref) = 'PL' and trim(:recon) is not null an

  • I'm using i phone 3gs after upgraded to ios 5 few hours from shop my phone totally shutdown and cannot on.how to solve it.tq

    help..help...my i phone 3gs after upgrading to ios 5 for few hours thn my phone "pass away"total cannot on anymore.how to solve this problem.tq

  • How to remove "ORDER BY" in OBI Answers query

    It's taking a lot of time, when I choose several fields from repository and trying to watch the results. The problem is that OBI use "ORDER BY" in query, but I didn't choose sort order and even don't want to. Does anybody know how to remove it? The p

  • RTTS, RTTI and RTTC

    Hi Gurus, I am a SAP BI consultant and require help from you people. I have a internal table, it is filled in run time by the users. The user can enter any number of data elements. Now i need to create a structure, with components and the type of the

  • Imported HTML 5 audio file, not working properly when uploaded.

    Here's the code: <!DOCTYPE html> <html lang="en">     <head>         <meta charset="utf-8" />         <title>HTML</title>         <style>             body {                 margin:0;                 padding:0;             #container {