-
Notifications
You must be signed in to change notification settings - Fork 14
Importing and exporting security realms #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The Remote Console does not support this yet. We already have an internal issue for adding this support. In the meantime, you'll need to do this by using other tools such as WLST or the WLS REST api. Here's an example of how to do it using the WLS REST api.
|
Documentation on security data migration is located at: Here is a basic WLST script that shows export and import of user and group data from Embedded LDAP:
|
Thank you for your answers. Just one more question: will this also import user passwords? |
Yes, the data exported and then imported is the same as previous releases since these are the same APIs that are used by the console UI functions. Clearly the file on disk should be protected and/or removed once the migration is performed. Also, an existing user already present when the import function is used is not replaced/updated, for e.g., the admin user for the new domain with the same username would not be updated. As mentioned above, there is no change in the functional behavior between the WebLogic releases. |
I'm trying to migrate to WL 14c from 12c, and since the default console is gone, I'm forced to use the Remote Console. One of the major requirements to do so is to be able to migrate the users and groups from one WL instance to another. Is there a way to import the realm from the 12c into 14c using the Remote Console? Both import and export was possible in the old one.
The text was updated successfully, but these errors were encountered: