mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2025-09-07 05:13:16 +02:00
# inline docs conform to the feature branch (email & full name resolving)
This commit is contained in:
parent
dc0c031052
commit
b9ced4763c
8
pom.xml
8
pom.xml
|
@ -6,11 +6,11 @@
|
|||
<version>1.566</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>script-realm-modular</artifactId>
|
||||
<artifactId>script-realm</artifactId>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<packaging>hpi</packaging>
|
||||
<name>Security Realm by custom script using modular resolvers</name>
|
||||
<description>Supports authentication by custom script, groups resolving for a user, and triggers e-mail and name resolvers.</description>
|
||||
<name>Security Realm by custom script</name>
|
||||
<description>Supports authentication by custom script, groups resolving for a user, and triggers e-mail and full name resolvers.</description>
|
||||
<url>https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<developer>
|
||||
<id>nicobo</id>
|
||||
<name>Nicolas BONARDELLE</name>
|
||||
<url>http://nicolabs.xyz/people/nicobo</url>
|
||||
<url>http://nicolabs.net/contact</url>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div>
|
||||
This plugin adds authentication and groups resolving via user-defined script.
|
||||
In addition to the original script-realm, this one also supports e-mail and name resolving through the use of existing plugins.
|
||||
It also supports e-mail and name resolving through the use of existing plugins.
|
||||
</div>
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
Choose how to resolve the e-mail of the authenticated user (you may want to install plugins to increase the available options).<br />
|
||||
If none, no e-mail resolution will be attempted (it will stay as is).<br />
|
||||
Be aware that not all options may work, as they may come from a plugin that follows its own configuration strategy.<br />
|
||||
Choose how to resolve the e-mail of the authenticated user (you may want to install specific plugins to get more options).<br />
|
||||
If none, e-mail will not be resolved (it will stay as is).<br />
|
||||
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
|
||||
</div>
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
Choose how to resolve the full name of the authenticated user (you may want to install plugins to increase the available options).<br />
|
||||
If none, no name resolution will be attempted (it will stay as is).<br />
|
||||
Be aware that not all options may work, as they may come from a plugin that follows its own configuration strategy.<br />
|
||||
Choose how to resolve the full name of the authenticated user (you may want to install specific plugins to get more options).<br />
|
||||
If none, the full name will not be resolved (it will stay as is).<br />
|
||||
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
|
||||
</div>
|
Loading…
Reference in a new issue