diff --git a/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties b/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties new file mode 100755 index 0000000..1fe8cef --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties @@ -0,0 +1,4 @@ +ScriptSecurityRealm.EmailResolver.nonestrategy.label=Défaut (ne pas résoudre) +ScriptSecurityRealm.EmailResolver.anystrategy.label=Tout essayer (le premier qui fonctionne) +ScriptSecurityRealm.NameResolver.nonestrategy.label=Défaut (ne pas résoudre) +ScriptSecurityRealm.NameResolver.anystrategy.label=Tout essayer (le premier qui fonctionne) \ No newline at end of file diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties new file mode 100755 index 0000000..925bda0 --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties @@ -0,0 +1,5 @@ +Login\ Command=Commande pour authentifier +Groups\ Command=Commande pour résoudre les groupes +Groups\ Delimiter=Délimiteur de groupes +Email\ resolver=Résolveur d'e-mail +Name\ resolver=Résolveur de nom diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html index 490d959..b884b94 100644 --- a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html @@ -10,6 +10,6 @@
- In case of the failure, the output from the process will be reported in the exception message. + In case of 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/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html new file mode 100755 index 0000000..e38961a --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html @@ -0,0 +1,16 @@ ++ A chaque tentative d'authentification (c.a.d. une fois par session), + le script spécifié sera invoqué et recevra l'identifiant dans la variable d'environnement 'U' + et le mot de passe dans la variable d'environnement 'P'. + L'authentification est considérée réussie si le processus sort avec le statut 0, + sinon elle est considérée en échec. +
+ ++ En cas d'échec, le texte affiché par le script sera rapporté dans le message d'erreur. +
diff --git a/src/main/webapp/help-emailResolver.html b/src/main/webapp/help-emailResolver.html index 0d48d84..023a6a5 100644 --- a/src/main/webapp/help-emailResolver.html +++ b/src/main/webapp/help-emailResolver.html @@ -1,5 +1,5 @@- 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. + Each time the authentication is attempted, this 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 group with each token. +
- In case of the failure, the output from the process will be reported in the exception message. + In case of 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-groupsCommandLine_fr.html b/src/main/webapp/help-groupsCommandLine_fr.html new file mode 100755 index 0000000..abb2dd6 --- /dev/null +++ b/src/main/webapp/help-groupsCommandLine_fr.html @@ -0,0 +1,13 @@ ++ A chaque tentative d'authentification, ce script sera invoqué et recevra l'identifiant dans la variable d'environnement 'U'. + Si le processus sort avec le statut 0, sa sortie standard sera interprétée comme l'ensemble des groupes + de l'utilisateur, séparés par le délimiteur (défaut: ','). +
+ ++ En cas d'échec, le texte affiché par le script sera rapporté dans le message d'erreur. +
+