File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/python/wlsdeploy/tool/create Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class SecurityProviderCreator(Creator):
2424
2525 Custom Security Providers are supported in 12c releases only.
2626
27- Configuration of the security realms is not supported in 11g -
2827 Default providers in 11g have no name. Offline wlst returns 'Provider' as each provider name instead.
2928 By deleting and re-adding, the providers are added with the appropriate name field.
3029
@@ -39,7 +38,8 @@ class SecurityProviderCreator(Creator):
3938 5. All 11g and 12c versions less than 12.2.1.2 cannot perform a delete on an Adjudicator object.
4039
4140 The SecurityConfiguration is added if it does not exist. The default realm is added if it does not exist.
42- If it is not an 11g target domain, then configure the realms with merge to model with the providers
41+ If the model provides a user defined realm, the default realm is not removed.
42+
4343 """
4444 __class_name = 'SecurityProviderHelper'
4545
You can’t perform that action at this time.
0 commit comments