Skip to content

Commit d79881d

Browse files
Update security_provider_creator.py
Fixes #164
1 parent 29f929d commit d79881d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/python/wlsdeploy/tool/create/security_provider_creator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)