script-realm-plugin/README.md

18 lines
983 B
Markdown
Raw Normal View History

2015-05-25 12:52:10 +02:00
Script Realm plugin for Jenkins
===============================
2011-07-29 19:34:42 +02:00
2015-05-25 12:52:10 +02:00
This Jenkins plugin allows you to use a user-written custom script to authenticate the username and password (also supports groups).
2011-07-29 19:34:42 +02:00
This is useful if you need to plug into a custom authentication scheme, but don't want to write your own plugin.
2015-04-27 00:46:35 +02:00
2015-05-25 12:52:10 +02:00
Find more at https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm.
Resolving e-mail and full name
------------------------------
2015-04-27 00:46:35 +02:00
2015-05-25 12:52:10 +02:00
In order to display e-mail and full name in the authenticated users' page, this plugin triggers any `MailAddressResolver` and `UserNameResolver` installed on the Jenkins instance.
You may disable resolution or use a specific resolver for each of them.
2011-07-29 19:34:42 +02:00
2015-05-25 12:52:10 +02:00
For instance, the [LDAP Email Plugin](https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Email+Plugin) provides a `MailAddressResolver`.
2011-07-29 19:34:42 +02:00
2015-05-25 12:52:10 +02:00
Since this plugin does not know how resolvers from external plugins are to be configured, using a random resolver might not work at all.