Will DBMS_LDAP package works when SSL is enabled?

I am trying to retrieve user name stored in MSAD using DBMS_LAP package. So i just want to know will the same will work if SSL is enabled?

I personally don't know, but Google seems to.

Similar Messages

  • Integrated WLS only works when SSL is enabled

    Hi,
    I'm using JDeveloper 11g on a WinXP machine. It's a clean install with a user account where I deleted the data folder +%USERPROFILE%\Application Data\JDeveloper+. I use the "Create Default Domain" option from the "Application Server Navigator" view to initialize a domain for 127.0.0.1.
    My problem is that when the server is running (Run->Start Server Instance....) I cannot connect to the server from JDeveloper. Right-clicking on the server entry and going to the "Test" tab of its properties, I choose "Test connection" and get:
    Testing JSR-160 Runtime                ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime          ... skipped.
    Testing JSR-88                         ... skipped.
    Testing JSR-88-LOCAL                   ... skipped.
    Testing JNDI                           ... skipped.
    Testing JSR-160 Edit                   ... skipped.
    Testing HTTP                           ... success.
    Testing Server MBeans Model            ... skipped.
    1 of 8 tests successful.However, if I enable SSL by editing "config.xml" from +%USERPROFILE%\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\config+ by adding:
          <ssl>
          <name>DefaultServer</name>
          <enabled>true</enabled>
           <listen-port>7102</listen-port>
        </ssl>Somehow this results in everything working:
    Testing JSR-160 Runtime                ... success.
    Testing JSR-160 DomainRuntime          ... success.
    Testing JSR-88                         ... success.
    Testing JSR-88-LOCAL                   ... success.
    Testing JNDI                           ... success.
    Testing JSR-160 Edit                   ... success.
    Testing HTTP                           ... success.
    Testing Server MBeans Model            ... success.
    8 of 8 tests successful.What could be causing this behavior?

    By default when you install SOA ,the SSL ports are enabled.
    You can check the same in your weblogic admin console.
    Go to general page and you can see there ssl port is selected or not.
    If you have SSL enabled in weblogic console,by default when ever you will try to deploy your process to server it will take https.
    Just try to disable the ssl port from weblogic console and now try to deploy you will find the server address as http
    Now coming back to your problem "using ssl"
    If you want to use SSL to deploy your process in a server then you need to import the certificate of the server(the server which is SSL enabled and where you want
    to deploy your process) then you need to import the certificate in to the keystore of Jdveloper.
    Jdeveloper KeyStore can be found in <JDEV_HOME>\jdk\jre\lib\security\cacerts
    Using following command import the certificate you saved from firefox:
    i.e: keytool -import -v -trustcacerts -alias servercert -file certificate.crt -keystore $JDEV_HOME/jdk/jre/lib/security/cacerts -storepass changeit
    Now restart your jdeveloper and try to deploy

  • If i buy an iPhone in the USA will it still work when i move to Canada?, If i buy an iPhone in the USA will it still work when i move to Canada?

    If i buy an iphone in the USA will it still work when i move back to Canada?

    You would probably want to look at a factory unlocked iPhone so you do not have to use a contract with a US carrier.  And look at the network standards being used, in the US iPhones are CDMA (verizon and Sprint) and GSM (AT&T).  What are the carriers in Canada using?  If majority, or the carrier in your location are GSM then you should look at the GSM iPhone.  Also check warranty and applicability in Canada...iPhone warranties are supposed to be valid only in the country of purchase.
    AppleCare+ is available in the US and Canada but, again, be sure you can transfer the coverage to Canada.

  • AD LDAP not working as UME when SSL is enabled.

    Dear all,
    I have two portals running on the same network, same domain, and same patchlevels (SP13). They should both use the same Active Directory (Windows 2003) as user repository (standard dataSourceConfiguration_ads_writeable_db.xml).
    On portal2 the connection to AD is working just fine, users are able to log on and change passwords.
    On portal1 the connection to AD only works if SSL is disabled. As soon as I try to use SSL (which is required for password management in AD), nobody can log on.
    I have confirmed that local_policy.jar and US_export_policy.jar have been uploaded and I have deployed the Strong Encryption Library (iaik_jce.jar is loaded).
    In the security log I just get:
    No connection to the ldap server, recheck configuration or availability of directory server.
    DataSource : Data source is not initialized#1#CORP_LDAP
    Any ideas would be greatly appreciated.

    We have this same problem -- As soon as the UME datasource is changed to ADS-writeable, with SSL enabled, all user authentication fails.  (Ive verified that the LDAP connection is good).
    How is the Java Cryptolib re-installed?
    Are there any other solutions to this problem?
    Thanks.

  • After up date my I phone 5 will no longer work when calling an automated phone . Press 1 for this or 2 for that. It tells me wrong selection.

    Why will my phone no longer work when calling an system with automated dialing, press 1 for this or 2 for that. Tells me not a valid number.

    sunshinesunshine wrote:
    So basically if a iphone has a fault after the 1 year warranty period is over, there is nothing the consumer can do but purchase a new phone??
    Pretty much. Except that Apple will replace it for a fixed fee that is far less than the cost of a new phone. In the US the replacement cost for an iPhone 4 is $149. It is comparable in the UK. Unless you can prove that the fault was present at the time of purchase. A switch wearing out would probably be considered normal wear and tear, not a "fault".

  • HT4061 i left my ipad 3 as i will go to work when i came back from work and able to used my ipad power is not working and the ipad is warm i didnt left the ipad charging.... so i tried to again and outting it on its not working now. pls do the needful

    I bought new ipad3 last week yesterday I left it on bed as I will go to work. When I came back and able to used it power is not working and feel the ipad get warm and feel let it cool down and try it again its not working at all. Kindly pls do the needful.  thanks a lot

    I bought new ipad3 last week yesterday I left it on bed as I will go to work. When I came back and able to used it power is not working and feel the ipad get warm and feel let it cool down and try it again its not working at all. Kindly pls do the needful.  thanks a lot

  • Will time machine work when the lid is closed on my macbook?

    I was on then I closed the lid. Its connected to a USB hard disk designated for time machine.

    No, Your MacBook goes to sleep. Time Machine will start working when you open it.

  • Will OATS playback work when browser or remote desktop minimized?

    Hi...
    I have a problem during playback for web functionality test when browser or remote desktop is minimized. But when the screen in maximized state it is working fine.Mostly web.image().click(); is failing..can anyone give suggestions...
    Thanks...

    for filtering in adf table we using following code
    web.image().click();
    web.textBox().click();
    web.textBox()..setText("OATS%");
    web.textBox().pressEnter();
    web.image().click();
    ......Here web.textBox().pressEnter(); is not working when I minimize the browser....

  • RV042 Port forwarding stops working when Firewall is enabled

    Hey all,
    I have a RV042 router on a single WAN and an internal LAN. I have configured port forwarding as follows:
    HTTP[TCP/80~80]->10.0.0.6
    HTTPS[TCP/443~443]->10.0.0.6
    IMAP[TCP/143~143]->10.0.0.5
    IMAP SSL[TCP/993~993]->10.0.0.5
    SMTP SSL[TCP/587~587]->10.0.0.5
    Everything works just fine when I have the firewall DISABLED. However, when I enable it the behaviour is erratic. 1 out of 10 attempts to connect to ANY port forwarded works. Almost all attempts time out.
    Notice that this happens even if using only the default firewall rules (which should be bypassed by the port forwarding as I read in other posts).
    My second try was to create firewall rules manually, overriding the default ones. I tried adding rules from source WAN1 (where my connection is) to ANY and to SINGLE IP's on every port. Nothing seems to work.
    I don't know what I'm doing wrong, this is really bugging me. I had to turn the firewall off so we can access our servers from outside the office. This shouldn't have to be done.
    Do you know anything I could try?
    Best regards,
    Theo
    EDIT:
    Just found out that my firewall is getting LOTS and LOTS of Blocked - SYN Flood entries. I think this is why we are having trouble with the firewall. Could this be the problem? I have no idea where all these SYN packets are coming from since they appear with spoofed IPs or come from different bots all over.

    Hi Theo, if you want to over ride the default state table, you need to first make firewall rules to block all access then make your permission rules.
    Such an example would be-
    Action Deny
    Service All
    Source interface WAN
    Source IP any
    Destination IP any
    Save
    Action Permit
    Service RDP
    Source interface WAN
    Source IP -xx.xx.xx.xx
    Destination IP - xx.xx.xx.xx
    Save
    As for your concern about the syn flood, it can be a likely cause of your problems. Does the logging facility of the router give any indications?
    -Tom
    Please mark answered for helpful posts

  • Why does PDF not work, when TOC is enabled?

    Hello,
    when I enable the TOC function in skin editor and publish my project in PDF, the file does not work and only contains strange strokes and quads.
    What is the reason for this?
    I used Captivate 4 before and verything worked well. Now , with Captivate 6 I got this problem or bug.
    Thank you for help!
    Regards
    Martin

    Hello, welcome,
    This is a known problem. There is a fix (see link), but if you used a poster image it will not be visible:
    http://helpx.adobe.com/captivate/kb/captivate-swf-doesnt-play-acrobat.html
    Lilybiri

  • IMac...Safari not working when parental controls enabled, even when no safari or application restrictions have been set.

    I woke up one morning to find that Safari could only open webpages on the administrator account.
    The other accounts had parental controls enabled. However, not all of them even had any restrictions for using applications or Safari content. When I totally disabled parental controls, these other accounts could get access the internet through safari. When I enabled them (without setting up any paramters), Again Safari could not open any web pages. I tried reseting also.
    Has anyone had this issue or have an idea of what I need to do to fix it? Thanks!

    I had the same problem, Safari would not open at all in the accounts that had parent controls enabled. I resolved this by going into the admin account and making a copy of safari then pasting it into the library folders as well as the application folders. You can also paste a copy of safari into the other user accounts (desktop) from the admin account. Once that is done, open the parent controls  system  (check the applications to allow) Internet tab then check safari. Hope that works for you

  • IPhone 3GS IMAP missing addresses from To, cc fields when SSL is enabled

    I am using a 3GS 4.0.2 with IMAP configured mail at aplus.net, for two different emails/domain names. I don't have any problem getting or receiving email, but I have found that on one of these accounts, setup with SSL for incoming mail, the sender email addresses are truncated. This happens with as little as 4 senders and up. It typically shows only the sender and 2 emails in the to field. On some occasions, my name doesn't even show up in the To field. It also always truncates to the first two cc'd.
    The second account, setup as non-SSL doesn't have these issues. Both accounts are mapped to the same incoming mail server name (just different user id/password).
    Once I've retrieved a message, changing it to non-SSL doesn't change the truncation issue at all.
    Anyone else had this issue with SSL IMAP servers?

    Thanks Tommy, but I had already tried the "Notes" setting on and off and neither seemed to make any difference.
    I just tried to email a Voice Memo, another feature I use regularly, and it had the same problems as before however this time it wouldn't even send a message to the Outbox.
    I decided to try a few differnent mail accounts I have, POP3, IMAP and HOTMAIL to see if any of them would work. Interestingly, when I created a new POP3 account and clicked "Save", during the verification process for this new POP3 account it produced an error with the IMAP account!
    I thought I should just delete the newly created POP3 account as well as my normal IMAP account (this one noted in the first post above) and then I'd recreate the IMAP account. As I deleted the POP3 account, I heard the sound that is played when an email is sent, the phone then automatically switched to the Mail application and showed the Outbox with all of my previous attempts to send Notes and Voice Memos from the last couple of days. Which all sent successfully.
    So even though I was able to send and receive emails during this time, it would seem the OS4.0 upgrade butchered something in the IMAP account settings, which caused both the Notes and Voice Memos to have issues.
    It all seems to be working OK now, I just thought I would share this solution/work-around in case anyone else is having the same problems as I did.

  • Dashboard stops working when parental controls enabled

    Don't say this is answered because the workaround suggested in another topic does not work. This needs to be fixed soon - very annoying. Here are the steps to reproduce.
    1. create 2 accounts.
    2. enable parental controls on one of them.
    3. set a time limit on the controlled account.
    4. login to the non-controlled account when the controlled account does not have access.
    5. access dashboard.
    6. note that it does not work (no widgets come up and you cannot add them back)
    If you try the workaround it is only temporary and you lose all your widgets the next time the controlled account is locked. I think there is more than one way to reproduce this but is the most common. Also, the workaround doesn't always work. I think this is a serious bug that fails the "it just works" test. This was my first OS X purchase and probably my last if these type of bugs continue to go unanswered.
    Model Name: Mac mini
    Model Identifier: Macmini2,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 1 GB
    2 admin accounts
    2 controlled accounts

    I had the same problem, Safari would not open at all in the accounts that had parent controls enabled. I resolved this by going into the admin account and making a copy of safari then pasting it into the library folders as well as the application folders. You can also paste a copy of safari into the other user accounts (desktop) from the admin account. Once that is done, open the parent controls  system  (check the applications to allow) Internet tab then check safari. Hope that works for you

  • Will Apple configurator work when Ipads already have paid apps on them via VPP redemption code

    HI - we have 60 ipads under our care, and until very recently we bought apps using the VPP redemption code method, and loaded them on manually - there was something in the Ts&Cs which allowed you to load a code onto one ipad, then as long as you had enough codes, you could auto install apps on multiple ipads using the same apple id.  We have a master backup on the icloud.
    We have now got a Mac and I was looking into using Apple Configurator, but I'm not sure how that will work with existing paid apps already on the ipads.  Can anyone give me some pointers?

    Wait unti the app is done downloading in your iTunes. Then go back to your VPP account and down load the spreadsheet again and upload into configurator. The process is a pain, but the only way it works for you to get all of your codes into configurator.

  • After update airport interface doesn't work when security is enabled

    Hi all.
    After update of Leopard to v.10.5.2 wireless stop working. As I discovered wireless without security are working, but when I apply any secure methods (wpa,wpa2,wep) airport adapter can't connect to router though I can see available networks. My wireless router is ZyXel p-600 series (P660HTW2EE). I installed last update of airport. Nothing changes.
    1) Any idea about how to resolve the trouble?
    2) How could I see detailed log of airport about troubles during connections?
    3) Where are located config files which save passwords and other settings for wi-fi networks?
    Thanks a lot in advance.

    I would delete your network password.
    Use spotlight or, go to the Utility folder and open "*Keychain Access*" ---> look in the "System" tab and delete the network password for your network.
    Let me know if it does not work.
    -Mike

Maybe you are looking for

  • Is there a way to get Audiobook to play chapters continuously?

    I have converted several Audiobook's on CD into Itunes and then changed the extension from .m4a to .m4b to get them into the Audiobook folder. I can sync them to my IPhone and they show up in the Audiobook folder on the IPhone. I can listen to Chapte

  • Macbook Pro 15 inch Firmware

    Hey everyone, I just got my refurbished unibody macbook pro yesterday and was wondering if apple ships these things with the latest firmware. I asked a question earlier about how to receive the latest firmware. I checked under software updates and no

  • HT1657 can i watch rental movies in airplane? with no wifi?

    im currently connected to my wifi hotel. would like to rent movies to watch while on the airplane on my way home but the airline that im on doesnt provide internet. will i be able to watch this movies? if i rent them now?

  • The latest email frozzen in INBOX in MAIL

    I can return and access the other boxes (draft, trash etc.) but i can not see any new mails because the latest email i have open are totaly frozzen on the screen ( can not scroll up or down or delete it) what to do ??

  • What happened to my thumbnail cache files? says they do not have read/write access.

    I was opeing Fc Studio 2, when the box popped up which said: Thumbnail cache files does not have read/write access. i pressed Ok and the program closed, so I can't fix the access. What do i do?