mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-26 06:11:35 +02:00
12 lines
477 B
HTML
12 lines
477 B
HTML
<div>
|
|
Delegates the groups resolution to a custom script.
|
|
|
|
<p>
|
|
Each time the authentication is attemped (which is once per session),
|
|
the specified script will be invoked with the username in the 'U' environment variable.
|
|
If the script returns exit code 0, the output will be tokenized by the delimiter (default: ',')
|
|
to create a groups with each token.
|
|
|
|
<p>
|
|
In case of the failure, the output from the process will be reported in the exception message.
|
|
</div> |