File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ You can configure:
18
18
19
19
1) Plugin directory
20
20
21
- In web.xml for the webapp, there is a context parameter dedicated to this.
21
+ Can be specified in configuration with a property, e.g.:
22
+
23
+ <void property="pluginDirectory">
24
+ <string>/opengrok/auth/plugins</string>
25
+ </void>
26
+
27
+ Alternatively, in web.xml for the webapp, there is a context parameter dedicated to this.
22
28
23
29
<context-param>
24
30
<param-name>authorizationPluginDirectory</param-name>
@@ -32,8 +38,9 @@ You can configure:
32
38
It is commented out by default so that the framework does not do anything.
33
39
The OPENGROK_DATA_ROOT is the dataRoot directory set in configuration.xml.
34
40
35
- Opengrok authorization expects plugin classes in that directory, it loads those classes in
36
- memory as plugins and then perform the authorization for each request.
41
+ Opengrok authorization expects plugin classes in that directory, it loads
42
+ those classes into memory as plugins and then perform the authorization for
43
+ each request.
37
44
38
45
2) Watchdog service
39
46
You can’t perform that action at this time.
0 commit comments