mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-12 17:21:38 +02:00
+ added Messages.properties for i18n # plugin renamed to script-realm-modular # minor doc fixes
15 lines
622 B
HTML
15 lines
622 B
HTML
<div>
|
|
Delegates the authentication to a custom script. This is useful if you need to plug into
|
|
a custom authentication scheme, but don't want to write your own plugin.
|
|
|
|
<p>
|
|
Each time the authentication is attempted (which is once per session),
|
|
the specified script will be invoked with the username in the 'U' environment variable
|
|
and the password in the 'P' environment variable. If the script returns exit code 0,
|
|
the authentication is considered successful, and otherwise failure.
|
|
</p>
|
|
|
|
<p>
|
|
In case of the failure, the output from the process will be reported in the exception message.
|
|
</p>
|
|
</div> |