Does WLS 8.1 support external ldap in read-only or full read/write?

In previous releases (e.g. 5.1, 6.1), WLS doesn't provide support for update operations such as creating users and groups when configured to use an external LDAP.
Has this changed in 8.1? In other words, does WLS 8.1 provide support for update operations?
Thanks.
Regards,
Alan Dupuis

Hello ,
Like earlier releases, WLS 8.1 too provides read-only access to External LDAP user database.
Kuldeep Singh.

Similar Messages

  • Does WLS 8.1 support JSR045?

              I am using MyEclipse (www.myeclipseide.com) and would like to natively debug JSP's.
              For MyEclipse to natively debug JSP's Weblogic must support JSR045. Does WLS
              8.1 support JSR045?
              

    Hello ,
    Like earlier releases, WLS 8.1 too provides read-only access to External LDAP user database.
    Kuldeep Singh.

  • Does WLS 5.1 support SSL session reuse?

    Does WLS 5.1 support SSL session reuse?
    I noticed in an earlier post that WLS 4.5 doesn't. It this also true for 5.1?

    Does WLS 5.1 support SSL session reuse?
    I noticed in an earlier post that WLS 4.5 doesn't. It this also true for 5.1?

  • Does WLS 7.0 support JNDI Events ?

    I am wondering if WLS 7.0 supports JNDI events. If so, how do i access the EventContext from the JNDI tree ? do i need to configure somethign to enable it ? Please help !

    Is Weblogic 7.0 supported on Windows XP ? Is it reliable, etc. ? I was          planning to use it on a laptop running windows XP.
              If you're just developing, then I think you'll be fine.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Amit Pradhan" <[email protected]> wrote in message
              news:3d93920d$[email protected]..
              >
              

  • Formatting external drive for read/write PC/Mac & files greater than 4GB

    I'm on Snow Leopard and deliver an external drive off-site to a video editor who needs to read/write to the drive and return the edited files and then I need to read/write all over again. All video files are greater than 4GB. How would I go about this? Third party applications like MacDrive create too much overhead when processing video files. FAT32 limits file sizes to 4GB.

    Hi WillDuffy;
    Your requirement of files greater than 4GB eliminates FAT.
    In your case since you don't have access to the PC, I am afraid you are forced to use the NTFS. This will require you to use the reverse engineered effort called NTFS-3G to be able to write to the disk from your Mac. Sorry.
    Allan
    Message was edited by: Allan Eckert

  • Make external hard drive read/write

    Not quite sure if there is in the right section but oh well.
    Here's the story:
    SeaGate FreeAgent GoFlex Drive (1.5TB) (THE FOLLOWING INFO WAS TAKEN FROM ITS APPLICATION: ("SEAGATE DRIVE SETTINGS")
    Drive Info
    Model: FA GoFlex Desk
    Firmware: 0D19
    Volume Info
    Format: Windows NT Filesystem
    Capacity: 1397.26 GB
    Available: 1224.35 GB
    Used: 172.91 GB
    Mount point: /Volumes/FreeAgent GoFlex Drive
    So it seems to slow down my iMac (10.6.8), 2GHz Intel Core 2 Duo, 1.5GB 667 MHz DDR2 SDRAM (memory) (1st Generation 17 inch) a fair bit. Could this be because of the Format? I have no idea why it says that. When I first installed it, it asked what OS I'm going to use it for. Not quite sure if I chose both or just Mac. But those files have somehow dissappeared.
    Now in Disk Utility...the RAID tab, Format says it is set to Mac OS Extended (Journaled) but then in the Erase tab it says Format: Windows NT Filesystem
    Which format is it set to!?!?!?!?!?!?!
    Now to the main point:
    I also have a new 13" MacBook Pro. When I plug it into it, I only have Read Permissions. How do I make it have Write Permissions as well?
    Sorry for the long essay...I hope you can help me. I might have two problems here.
    1. Is the format correctly set up for my iMac?
    2. How do I set it to have Read/Write permissions on different computers?
    Thanks.

    The Format is incorrect for Mac use, as you guessed.  Go into Disk Utility again, highlight the external har drive in the left hamd column by clicking on it and select the "Erase" tab, up and over to the right.  Then select the Format below that will be installed as "Mac OS Extended (Journeled)".  THEN, OK the erasure.  That should clear things up.
    Note: your Windows PC will NO LONGER be able to read the external hard drive.  It will be formatted for OS X use.
    Hope this helps

  • Does WLS 5.1 support private key passwords like WLS 6 does ?

    WebLogic 6.0 supports private key passwords as described here http://e-docs.bea.com/wls/docs60/adminguide/cnfgsec.html#1053139,
    summarized here;
    "When using PKCS-8 encrypted private keys, you need to enable the Use Encrytped
    Keys field on the SSL tab of the Server window in the Administration Console.",
    plus you need to use this diraective -Dweblogic.management.pkpassword=
    I can't find any support for this in WLS 5.1. Does 5.1 support this additional
    level of security ?
    Thanks.

    In order to have the weblogic.mangement.pkpassword stuff work two other things need to have happened first:
    1) you generated a protected private key rather than just a "regular" private key. In the Certificate Servlet this is done by typing characters into the password field of the form to generate the key and
    then later passing those characters to the weblogic.management.pkpassword commandline attribute.
    2) you set the KeyEncrypted attribute in the SSL page in the console
    You can use protected/encrypted private keys or not but you need to make sure that you actually generated an encrypted private key and you've set SSL to use an encrypted private key and told the
    server to start up with an encrypted private key.
    Paul
    On 24 Jul 2001 08:13:06 -0700, [email protected] (David Barrett) wrote:
    Hello Dave,
    Dave here.
    I'm having some problems with the Weblogic SSL installation also. I
    was able to set the weblogic.management.pkpassword, but I am recieving
    the following error when attempting to start the server.
    Jul 23, 2001 1:44:53 PM EDT> <Info> <Logging> <Only log messages of
    severity "Error" or worse will be displayed in this window. This can
    be changed at Admin Console> myserver> Servers> myserverpass> Logging>
    General> Stdout severity threshold>
    <Jul 23, 2001 1:44:57 PM EDT> <Alert> <WebLogicServer> <Security
    configuration problem with certificate file config/myserver/mykey.der,
    java.lang.NullPointerException>
    java.lang.NullPointerException
    at weblogic.security.PKCS5.setPassword(PKCS5.java:173)
    at weblogic.security.RSAPrivateKeyPKCS8.<init>(RSAPrivateKeyPKCS8.java:124)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:387)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:297)
    at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:942)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:403)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Please let me know if you know of any way to fix this issue.
    Best,
    David
    "Dave Javu" <[email protected]> wrote in message news:<[email protected]>...
    WebLogic 6.0 supports private key passwords as described here http://e-docs.bea.com/wls/docs60/adminguide/cnfgsec.html#1053139,
    summarized here;
    "When using PKCS-8 encrypted private keys, you need to enable the Use Encrytped
    Keys field on the SSL tab of the Server window in the Administration Console.",
    plus you need to use this diraective -Dweblogic.management.pkpassword=
    I can't find any support for this in WLS 5.1. Does 5.1 support this additional
    level of security ?
    Thanks.

  • Does the MacBook Pro support external screen rotation?

    Hi people,
    I have a MacBook Pro 15" 2.2 GHZ (with a GeForce 8600M GT), and I'd like to buy an external 22" screen that supports 90° rotation (Hyundaï W220D fyi
    Does my computer with this graphic card support such a feature?
    Thanks

    Go to System Preferences>Displays, look at the window on the external display, there you'll see "Rotate", use the "Gather Windows" button on the internal display, select the desired angle, hit "Confirm", then physically rotate the external display. You can alter this sequence, but it might be difficult to move the cursor on the rotated display. (Nice skill though:-)

  • Does WLS 6.1 Support JDK 1.4

    Hi,
    We are process of upgrading JDK 1.3 to JDK 1.4 and wanted to know if WLS Express 6.1 Sp2 supports it. If not is there going to be a patch coming out soon ?
    Please let us know.
    Thanks,

    Not yet supported.
    Mihir Chitre wrote:
    Hi,
    We are process of upgrading JDK 1.3 to JDK 1.4 and wanted to know if WLS Express 6.1 Sp2 supports it. If not is there going to be a patch coming out soon ?
    Please let us know.
    Thanks,

  • Does Tecra R940-1H support external resolution 2560x1440

    Hi
    I use a laptop TECRA R940-1HP
    I want to buy professional monitor Phillip 272P4QPJKEB/00 with a resolution of 2560 x 1440.
    Please write to me.
    Can my laptop support such a resolution?

    The external resolution support depends on the graphic card which is built in the notebook.
    As far as I know the Tecra R940-1HP supports the Intel HD Graphics 4000 chip.
    From my knowledge this Intel HD 4000 chip supports max resolution of 2560x1600/32bit via Display Port.
    I guess more details about Intels own graphic chip you will find on Intel page.
    Greets

  • How do I change the "Permissions" on an external drive to 'read & write'?

    I am experiencing a problem with an external Hard Drive that I'm now using with my iMac, that used to be connected to my old PC.
    I can't write anything to it. When I check its "Info", under the "Sharing and Permissions" tab, it says "You can only read".
    Does anyone know how to change this so that I can both read and write to the drive like normal?

    Hello br121
    You will need to *Partition and Format* the External Hard Drive.
    +Warning save all the data to another drive, partitioning and formatting will erase your drive.+
    If you want to setup the drive exclusively to use with the iMac (Time Machine, Cloning your Mac HD or storing large files) you will have to reset the partition map scheme to *GUID Partition Table* and format to *Mac OS Extended (Journaled).*
    If you want to setup the drive so that both Mac and windoz systems can read and write to it, then you will want to reset the partition map scheme to MS-DOS and format to FAT-32
    +(keeping in mind that FAT-32 has a single file size limit of 4GB)+
    The following article by Ken Stone was written before Snow Leopard, but it's still very helpful because basic Disk Utility partitioning and formatting is the same.
    http://www.kenstone.net/fcphomepage/partitioningtiger.html
    If you get stuck you can refer to Ken's article above, Disk Utility HELP and or come back here.
    Dennis

  • Access form ABAP to external MySQL-Database (read/write)

    Hello!
    We have an external MySQL-DB (running on Linux). Now we should read this database from our SAP-System (running on Linux with Oracle-DB) to create a purchase order. After creating this order in our SAP we should update the dataset in the MySQL-DB (creating order was succesfully).
    How can we create the Connection to the MySQL-DB?
    Thank you.
    Best Regards
    Markus

    Hi Markus!
    Sorry for the delay, the day was well filled
    For example of ADBC, as Kennet said, you can use ADBC_DEMO.
    About RFC, I advise you to take a read on the SAP JCo (SAP Java Connector), this is a SAP middleware component that enables the development of SAP-compatible components and applications in Java. From this you can send what you want interfacing to SAP.
    As said above in my last post, I would advise creating an RFC instead Native SQL. Not sure how the scenario you have to develop this solution, but I believe will be a more secure.
    Regards.

  • CUBAC Enable external LDAP integration

    Hi,
    I've client where Attendant is seeing the User's Home Phone number. Customer's requirement is to show the Mobile and IP Phone extension.
    To me it seems they aren't synchronizing with CUCM but directly with Microsoft AD. Enable external LDAP integration is checked and greyed out.
    Is my doubt correct, the client is pulling the Phone information from AD directly?
    How can I uncheck the External LDAP Integration checkbox, do I need to rerun the setup or LDAPServer.exe to do it? Would there be any loss of configuration?
    If Customer wants to continue pulling the info from MS AD directly, can I add some kind of filters in CUBAC not to pick up Home phone field but Mobile Phone and IP Phone extension if those fields are populated?
    CUBAC version is 3.1.8
    Thanks,
    inner_silence

    Hi Madhav,
    See inline COMMENTS (below)
    Bala
    "madhav" <[email protected]> wrote:
    >
    Hi,
    Context:
    I'm using SunOne Directory server as the External LDAP server for my
    application.
    Q1 ) My understanding is that the default providers provided by Weblogic
    communicate
    ONLY with the embedded LDAP server. Is this understanding correct? That
    means
    if I'm integrating with the external LDAP server, I need to have custom
    implementation
    for ALL the providers ( i.e Authentication Provider, Authorization provider,
    IDentity
    Assertion Provider, RoleMapper , Credential Mapper etc). COMMENTS :
    Your understading is correct. (for Authentication, Autherization, RoleMapper,
    CredentialMapper). But you dont need to create custom implementation for all providers.
    You can plug and play OR stack providers in the default realm (myrealm). Or you
    can create your own realm and still can add the weblogic OOTB providers, wherever
    you dont want to implement custom providers. OOTB BEA provides an Authentication
    provider which can integrate with 3rd party Directory Servers (see http://e-docs.bea.com/wls/docs81/secmanage/providers.html#1172008
    for more info). But if you wish to perform other services like Authorization,
    CredentialMapping, RoleMapping with external LDAP providers, then YES you have
    to write custom providers.
    >
    Q2) Or is there a way I can configure the weblogic to communicate with
    an External
    LDAP server so that I can use the default providers i.e when I invoke
    request.isUserInRole(....),
    the look up should be on the external LDAP NOT the internal LDAP.COMMENTS :
    No the default providers are written to look up the Embeded LDAP. But writing
    a provider is well documented (see http://e-docs.bea.com/wls/docs81/dvspisec/index.html
    more info)
    >
    Regards,
    Madhav

  • HT1549 How do I read write to an external drive?  I am under admin account and cannot read write to any folder on the external drive.

    I have a Mac Mini with Mavericks installed, as well as a PC running Windows 7.  I want to be able to read write from both computers to an external drive on the Mac.  I created 2 folders on the drive and named them Movies, and TV Shows.  The content of those folders are the respective files. I set up both folders to be shared on the Mac under system preferences, and then mapped the drives on the PC.  I also created a user account with admin privileges on the mac that matched my PC.   I then copied a Music folder to the root drive instead of using external, and set up sharing as well.  File Sharing is selected for all three folders, however the music folder is the only one which allows me to change the permissions to allow read write to everyone, or to create individual user accounts to connect with read write permissions.  The options to add users or change permissions are simply grayed out for the two folders on the external drive, so not only can I not write from my PC, but I can’t even do it on the Mac with the administrative user logged in. The folder on the root drive is fine but I cannot make any changes to the external drive at all.  Get info for any folder on drive shows read only.  SMB and AFP are selected for all folders under options.  I can access all three folders from PC, but can only add files to the Music folder. I cannot do anything from either computer to the folders on the external drive.

    Try Applications/Utilities/Disk Utility - select the drive and run Repair Disk.

  • Photos does not support external editing like iPhoto. Is there likely to be an upgrade to change this or will I abandon Photos for software that does support editing in Photoshop?

    Photos does not support external editing like iPhoto. Is there likely to be an upgrade to change this or will I abandon Photos for software that does support editing in Photoshop?

    iPhoto does work and there is an upgrade:
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

Maybe you are looking for

  • How to set up slider mobile menu widget on master and pages of mobile website in Muse

    Adobe Muse Slider Mobile Menu Widget by MuseThemes I am new to mobile website design and Muse, I love this widget, but I am not sure how to set it up on multiple pages. Do I put it on the master? Content covers it when it is on master, so I could use

  • TS2771 How do I fix my IPod when it gets into "IPod is disabled connect to ITunes"

    How do I get my Ipod fixed after I lock myself out? I usually lock myself out for my little brother, he likes to mess with it, but he had it to long and got me locked out! It says go on Itunes, but where?

  • New MacBook Pro, apps not showing in iTunes

    I recently purchased a new MacBook Pro. Im still in the process of setting it up. When my iPad or iPhone is plugged into the computer with iTunes open, no apps show in the apps tab but they show on the device. Any idea what is going on? OSX 10.10.2 I

  • Strange problem with audio (link inside)

    Hello Community, please help me! So I started this project where I film everything I do in the year 2014 and stuff. Well, this week I began with doing the work in AE, so far so good. I'm not finished yet, but I just wanted to try to render and upload

  • Lightroom CC doesn't start

    Hi, I've just installed Lightroom CC 2015, but when I try to launch it doesn't start. I can see the splashscreen for less than a second, then it closes. I tried to log-out and log-in from Adobe CC, uninstall and reinstall, checked the rights on the c