Does OID Chaining have support for SSL

I am interested in using the new iplanet directory server chaining feature in OID, but it appears to not support SSL connections to the external host. Does any one know if you can configure chaining to use a ssl connection?

Server chaining currently (10.1.4) doesn't support SSL.
regards,
--Olaf                                                                                                                                                                                       

Similar Messages

  • Does Dreamweaver CS5 have support for if-then radio buttons?

    Does Dreamweaver CS5 have a built in option to create an if-then radio group?
    For example you have a question that includes a yes/no radio group.  If yes is selected then a 2nd question dynamically pops up with its own radio group.  If no is selected then no additional question pops up.
    An example might be:
    Would you like to purchase tickets?  [yes/no]
    If yes then would you like those to be season tickets? [yes/no]

    Natively, no.  But you could probably find some commercial extensions that give you similar capability - have you looked here?
    http://www.dmxzone.com
    It wouldn't be too hard to do this using DW behaviors, either.  For example, using the change property behavior, you could do this -
    <script type="text/javascript">
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    </script>
    </head>
    <body>
    <form id="form1" name="form1" method="post" action="">
      <p>
        <label>Would you like to purchase tickets?</label>
          <input name="RadioGroup1" type="radio" id="RadioGroup1_0" value="yes" onclick="MM_changeProp('foo','','display','block','P')" />YES <input type="radio" name="RadioGroup1" value="no" id="RadioGroup1_1" /> NO</p>
      <p id="foo" style="display:none;">
        <label>Would you like season tickets?</label>
          <input type="radio" name="RadioGroup2" value="yes" id="RadioGroup2_0" />YES <input type="radio" name="RadioGroup2" value="no" id="RadioGroup2_1" /> NO</p>
        <br />
        <br />
      </p>
    </form>

  • Does Cisco Prime have support for HP Access Points?

    I am trying to sell a solution to a client with dozens of large warehouses with a large existing HP wireless solution.  I want to sell them on a Cisco wireless solution involving Prime to manage/monitor their current HP Access Points while we do a phased replacement to Cisco WLC and APs.
    I cannot find listed in the documentation whether Cisco Prime has support for the HP access points though.  I see it has 'some' support listed for some Aruba controllers, but not anything else.

    I am trying to sell a solution to a client with dozens of large warehouses with a large existing HP wireless solution. I want to sell them on a Cisco wireless solution involving Prime to manage/monitor their current HP Access Points while we do a phased replacement to Cisco WLC and APs.
    Prime will only support products with a "Cisco" logo.  
    Note:  Prime 2.2 will start supporting Meraki product.

  • Does Adobe even have support for subscribers?

    I have AfterEffects CC and after effects takes 3-5 mins to launch after double-clicking the icon.
    Constantly "connecting to dynamic link server" in Media Encoder.
    Exporting from AfterEffects to Media Encoder either takes 10 mins  and sometimes the project still won't show up in the ME queue, or ME doesn't open.
    These issues have been going on for better part of a year.  No updates have resolved the problems.
    What is a paying customer supposed to do?  Really, I mean professionals all over the world use these products and can't get support?  The online chat is not available despite the fact that chat hours are advertised.  and the 800# to call them is missing the last digit!  1-800-xxx-xxx  instead of 1-800-xxx-xxxX.

    Hi RZ Performa,
    Can you click this link: Contact Customer Care
    Then click the big blue button.
    Do you see the phone number now?
    Thanks,
    Kevin

  • Does Firefox not have support for unparsed-entity-url() (XSLT stylesheet), if not is there a plan to implement it?

    We support a site that generates pages based on XML and XSLT where XSLT uses unparsed-entity-url() but it dont seem to work in Firefox.

    By posting on the forum you are asking the wrong people. We are Apple users, not employees. If you want to provide this feedback directly to Apple you should leave the feedback at:
    http://www.apple.com/feedback/iphone.html

  • Does the IE CS6 version have Support for the Middle Eastern tool set? - left to right typing etc.

    Does the IE CS6 version have Support for the Middle Eastern tool set? - left to right typing etc.

    I assume IE means International English, as opposed to English North America (aka US English). There is Middle Eastern and Hebrew support via an English user interface for programs that support it such as InDesign.
    You can change the install language by launching the Adobe Application Manager and clicking on your name in the top left to bring up a context menu. From the menu select Preferences and then click the drop down for Languages. See the screen shot below:

  • Rep. does not have support for Oracle Designer

    We're new to SCM and just useing SCM with JDeveloper.
    Sorry for newbie stupidness. Searches of this forum didn't
    turn up any hits on 21247 or other strings.
    Given: brand new install of SCM. Created a private workarea
    with RON. Attempting to use RAU to enable branching and
    versioning.
    I'm having some chicken-vs-the-egg problems. I can't
    enable branching in my shared workarea with RAU because it
    seems to want to pop up the Migration Dialogue and then
    this error occurs:
    CDR-21247: Error Cannot proceed!
    The target repository does not have support for Oracle Designer
    objects
    Any help or tip would be greatly appreciated.

    Curt,
    If you managed to create a private workarea from the RON then versioning is enabled. You would have enabled this from the RAU.
    Oracle 9i JDeveloper release candidate provides a wizard to create the workarea and private branch.
    There are now two flavours of the repository, one with Designer + file and folder support and one with just files and folder support.
    If you have no structured Designer components you do not require the Designer support to use JDeveloper with Oracle SCM.
    I suggest you try the JDeveloper wizards. The RAU also offers a menu to examine repository object state. Check that you have no invalid
    objects, they can be recompiled using the RAU.
    David

  • Does LabVIEW have support for entering Urdu language script?

    Hi All!
    My LabVIEW application requires users to enter their observations in a string control which is then stored in an excel file.
    Now the issue is that the user wants to enter the data in Urdu language.
    Now my question is, Does LabVIEW have support for entering Urdu language script in a string control?
    If yes how can I implement this? If no, is there any possibility that National Instruments could extend some help in this regard upon request?
    Regards,
    Reeves

    My experience from Hebrew, which is also right to left, is that it can be done if the operating system supports it, but it will work badly if you include anything in the text which is not an Urdu letter. This causes it to be displayed in the wrong side of the control and is only solved if you add more Urdu text after it.
    One option you can try is including an ActiveX control (such as the rich text box) for editing the text and then you can probably get the text from it using a property. I don't remember trying it (my users don't usually need to input Hebrew text themselves), but I think it should work. I wouldn't have any hopes for NI doing anything about this, because it's considered to be a relatively small market.
    Try to take over the world!

  • LabVIEW network library with support for SSL, Ping and IPv6

    I have posted on LAVA
    an OpenG package that will install a LabVIEW network library with
    support for SSL, Ping and IPv6.
     Please go there if you are
    interested to look it up.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

    Bob Y. wrote:
    OK,  but what is it and why should I use it?  What need does it fulfill?  I have been unable to find much documentation for this at the wiki page and maybe a couple of paragraphs here would help.
    Thanks,
    Bob Young
    Hi Bob,
    Yes, this info got burried.  Basically, it's a tool for building LabVIEW-based software products.  It is highly flexible/extensible and tries to fill the holes left by LabVIEW's built-in Application Builder.  Here are some good links to more info:
    OpenG Builder Homepage
    OpenG Builder 1.0 Documentation
    Thanks,
    -Jim

  • Does iPad air have flash for pictures and video rec.?

    Does iPad Air have flash for camera and video rec.?

    Do you mean flash the program? or flash as in a camera flash?
    The answer to both is no.
    Apple products do not natively support the flash program. ANd iPads do not have the LED light for a flash.

  • Any idea when Lightroom will have support for 5D Mark III?

    Any idea when Lightroom will have support for 5D Mark III?

    palashb wrote:
    Thanks Geoff and Jeff.
      On the regular LR updates, will the update be for LR3 also or just for LR4?
    Thx.
    I don't immediately recall a time when the previous version of LR was updated after the next version was released.

  • Will FireFox 5 have support for websockets?

    I was just wondering if Firefox 5 will have support for websockets enabled or will it continue to be disabled like in Firefox 4?

    As stated on the bottom of the page: https://developer.mozilla.org/en/WebSockets, it's disabled in Firefox 4 and 5 because of a security problem, but will be enabled by default on Firefox 6

  • Does iPhone 3g have signatures for text messaging?

    Does iPhone 3g have signature for iphone 3g and how do you turn it on if it does

    Thanks for the info
    signature as the ones u put in the e-mail, as ur name and other info or whatever u want?

  • Does SSO2 provide SSO Support for SAP BOBI 4.x Applications?

    I could not find any referrence in SAP BI BI 4.x documentation for SSO where this SSO2 would be mentioned!
    - Wobi

    Hi,
    Does SSO2 provide SSO Support for SAP BOBI 4.x Applications?
    BOBJ == SAP BusinessObjects Business Intelligence platform?
    SSO2 == SAP Single Sign-On?
    If yes, BusinessObjects Business Intelligence platform delivers historically its own basis SSO based on Kerberos (but only for applications running on BOBJ platform). I recommend to use it if it fits to your requirements. If not, you can configure "Trusted Authentication". In this case BOBJ trusts the authentication of the web applications server. Here you can use SAP Single Sign-On with SAML or certificates.
    Regards
    Matthias

  • Pavilion dv7-3065dx .... does it have support for TPM 1.2?

    Hello all,
    I'm trying to use BitLocker on my machine. My understanding is that some machines have hardware support for something called the Trusted Platform Module, or TPM for short.
    Can some kind soul please tell me if my machine has a TPM chip? I've looked everywhere for either confirmation or denial.
    My machine: HP Pavilion dv7-3065dx
    Your help is greatly appreciated!

    The Western Digital or the Seagate 2.5 1tb hard drive will not fit two reasons one since it is a thicker drive the conecter (sata) do not align second you wont be able to put back the cover  please see the pictures took a few pictures of segate's 1tb 2.5 removed it from a freeagent go portable
     http://img687.imageshack.us/img687/96/dscf0046i.jpg
    http://img695.imageshack.us/img695/5775/dscf0045s.jpg
    http://img691.imageshack.us/img691/3158/dscf0044x.jpg
    http://img696.imageshack.us/img696/784/dscf0043g.jpg
    http://img690.imageshack.us/img690/3296/dscf0042fl.jpg
    http://img696.imageshack.us/img696/2115/dscf0041k.jpg
    http://img696.imageshack.us/img696/3748/dscf0040u.jpg
    http://img199.imageshack.us/img199/2262/dscf0039ib.jpg
    http://img690.imageshack.us/img690/7085/dscf0038r.jpg
    http://img690.imageshack.us/img690/7329/dscf0037e.jpg

Maybe you are looking for

  • Adobe Media Encoder has encountered an error. (please help... just few hours to deadline)

    1.                                                                                                                              2.   2. after screen 2 nothing happens again  (it's cs4)

  • Printing Dark Background Converted PPT

    Hello, I have got a Power Point presentation in PDF format send by my professor, i have to print it out but it has got dark bakground and will use a lot of ink so to resolve i search out the method to change background and reached to the option of Ac

  • Using the SVDEx function in LabWindows​CVI

    Hello, I am writing an application in LabWindows CVI to display and analize data that we obtain in an optical experiment.  The data is a matrix where the subsequent rows represent spectra collected a different times. There are about 200 columns and 1

  • Lead Select Context Element in WD ALV

    Hi, Can anyone tell me how to retrieve the lead select row( Context element) for an ALV Table. Best Regards Sid

  • Volume control on new Wired keyboard?

    Hello! I use to have the old short wired keyboard but my cat spilt water on it and half they keys stopped working so we finally got a new one. When I plugged it in I noticed IMMEDIANTLY the F keys at the top were off and not in the right place, I was