Skip to content

Commit 94d34fc

Browse files
fix test
1 parent 2df050b commit 94d34fc

File tree

1 file changed

+2
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+2
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Security.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"folders": {
2525
"UserAttribute": {
2626
"wlst_type": "UserAttribute",
27+
"default_name_value": "${NO_NAME_0:%USER%}",
2728
"folders": {},
2829
"attributes": {
2930
"c": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "c", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "NONE" } ],
@@ -49,7 +50,7 @@
4950
},
5051
"wlst_attributes_path": "WP001",
5152
"wlst_paths": {
52-
"WP001": "/Security/%SECURITY%/Group/%GROUP%"
53+
"WP001": "/Security/%SECURITY%/User/%USER%/UserAttribute/%USERATTRIBUTE%"
5354
}
5455
}
5556
},

0 commit comments

Comments
 (0)