All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.script_realm.ScriptSecurityRealm.help.html Maven / Gradle / Ivy

Go to download

Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.

The newest version!
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.

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 and the password in the 'P' environment variable. If the script returns exit code 0, the authentication is considered successful, and otherwise failure.

In case of the failure, the output from the process will be reported in the exception message.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy