Skip to content

Commit e42cec7

Browse files
authored
Add a known issue for assigning security groups to users (#754)
1 parent 244fbcf commit e42cec7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

KnownIssues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ Run the WLS `rcu` command before executing `createDomain` for JRF domains
2929
java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean
3030
```
3131
**ACTION**: Contact Oracle Support to obtain the patch for bug number 30874677 for your WebLogic Server version before running the tool.
32+
33+
### Assigning Security Groups to Users
34+
35+
**ISSUE**: For WLS versions prior to 14.1.1, there is a problem setting the `GroupMemberOf` attribute in the `topology/Security/User` folder. The value is not persisted correctly, and the assignment will not be present when the domain is started.
36+
37+
**ACTION**: Contact Oracle Support to obtain the patch for bug number 30319071 for your WebLogic Server version before running the tool.

site/use_cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
- The processing of users, groups, and roles will only take place when using the [Create Domain Tool](create.md)
411411
- WebLogic global roles are only supported with WebLogic Server version 12.2.1 or greater
412412
- WebLogic global roles are only updated for the WebLogic security XACML role mapping provider (i.e. `XACMLRoleMapper`)
413-
- The user and group processing is not complete, currently, users cannot be assigned to groups. Users created using the `Security` section are automatically added to the `Administrators` group and are not added to the groups specified. As soon as a patch to correct the user and group processing is available, we will post it here.
413+
- The user and group processing is not complete, currently, users cannot be assigned to groups. Users created using the `Security` section are automatically added to the `Administrators` group and are not added to the groups specified. See [Known Issues](../KnownIssues.md#assigning-security-groups-to-users) for information about a patch for this issue.
414414

415415
### Modeling WebLogic User Password Credential Mapping
416416

0 commit comments

Comments
 (0)