mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-15 13:21:18 +02:00
fix typo
This commit is contained in:
parent
c8b8319096
commit
809ea78ef5
|
|
@ -5,7 +5,7 @@
|
|||
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.
|
||||
to create a group with each token.
|
||||
|
||||
<p>
|
||||
In case of the failure, the output from the process will be reported in the exception message.
|
||||
|
|
|
|||
Loading…
Reference in a new issue