This commit is contained in:
imod 2011-01-16 10:43:18 +01:00
parent c8b8319096
commit 809ea78ef5

View file

@ -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.