mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2025-09-21 00:32:17 +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>
|
<version>1.566</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>script-realm-modular</artifactId>
|
<artifactId>script-realm</artifactId>
|
||||||
<version>1.6-SNAPSHOT</version>
|
<version>1.6-SNAPSHOT</version>
|
||||||
<packaging>hpi</packaging>
|
<packaging>hpi</packaging>
|
||||||
<name>Security Realm by custom script using modular resolvers</name>
|
<name>Security Realm by custom script</name>
|
||||||
<description>Supports authentication by custom script, groups resolving for a user, and triggers e-mail and name resolvers.</description>
|
<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>
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm</url>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<developer>
|
<developer>
|
||||||
<id>nicobo</id>
|
<id>nicobo</id>
|
||||||
<name>Nicolas BONARDELLE</name>
|
<name>Nicolas BONARDELLE</name>
|
||||||
<url>http://nicolabs.xyz/people/nicobo</url>
|
<url>http://nicolabs.net/contact</url>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<scm>
|
<scm>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div>
|
<div>
|
||||||
This plugin adds authentication and groups resolving via user-defined script.
|
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>
|
</div>
|
|
@ -1,5 +1,5 @@
|
||||||
<div>
|
<div>
|
||||||
Choose how to resolve the e-mail of the authenticated user (you may want to install plugins to increase the available options).<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, no e-mail resolution will be attempted (it will stay as is).<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 a plugin that follows its own configuration strategy.<br />
|
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
|
||||||
</div>
|
</div>
|
|
@ -1,5 +1,5 @@
|
||||||
<div>
|
<div>
|
||||||
Choose how to resolve the full name of the authenticated user (you may want to install plugins to increase the available options).<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, no name resolution will be attempted (it will stay as is).<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 a plugin that follows its own configuration strategy.<br />
|
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue