Skip to content

Commit f9332f5

Browse files
Auditor not discovered in online mode (#755)
1 parent 00fad25 commit f9332f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101
},
102102
"Auditor" : {
103-
"wlst_type" : "Auditor",
103+
"wlst_type" : "Auditor${:s}",
104104
"child_folders_type": "multiple_with_type_subfolder",
105105
"folders" : {
106106
"DefaultAuditor": {
@@ -125,15 +125,15 @@
125125
},
126126
"wlst_attributes_path": "WP001",
127127
"wlst_paths": {
128-
"WP001": "/SecurityConfiguration/%SECURITYCONFIGURATION%/Realm${:s}/%REALM%/Auditor/%PROVIDER%"
128+
"WP001": "/SecurityConfiguration/%SECURITYCONFIGURATION%/Realm${:s}/%REALM%/Auditor${:s}/%PROVIDER%"
129129
}
130130

131131
}
132132
},
133133
"attributes" : { },
134134
"wlst_attributes_path": "WP001",
135135
"wlst_paths": {
136-
"WP001": "/SecurityConfiguration/%SECURITYCONFIGURATION%/Realm${:s}/%REALM%/Auditor/%PROVIDER%"
136+
"WP001": "/SecurityConfiguration/%SECURITYCONFIGURATION%/Realm${:s}/%REALM%/Auditor${:s}/%PROVIDER%"
137137
}
138138
},
139139
"AuthenticationProvider" : {

0 commit comments

Comments
 (0)