diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config.jelly b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config.jelly deleted file mode 100644 index fd6550d..0000000 --- a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config.jelly +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html deleted file mode 100644 index ddd2ccd..0000000 --- a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html +++ /dev/null @@ -1,13 +0,0 @@ -
- 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. -

\ No newline at end of file diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly deleted file mode 100644 index 01e653c..0000000 --- a/src/main/resources/index.jelly +++ /dev/null @@ -1,3 +0,0 @@ -
- This plugin adds authentication via user-defined script, in additon to the orignal script-realm, this one also supports groups. -
\ No newline at end of file diff --git a/src/main/webapp/help-groupsCommandLine.html b/src/main/webapp/help-groupsCommandLine.html deleted file mode 100644 index 5589826..0000000 --- a/src/main/webapp/help-groupsCommandLine.html +++ /dev/null @@ -1,12 +0,0 @@ -
- Delegates the groups resolution to a custom script. - -

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

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

\ No newline at end of file diff --git a/src/main/webapp/help-groupsDelimiter.html b/src/main/webapp/help-groupsDelimiter.html deleted file mode 100644 index d3d073e..0000000 --- a/src/main/webapp/help-groupsDelimiter.html +++ /dev/null @@ -1,3 +0,0 @@ -
- Delimiter to split the groups within the returned output of the groups script. -
\ No newline at end of file