From 822a0267c6737b4ca234acd727b46d6201f495ae Mon Sep 17 00:00:00 2001 From: nicobo Date: Mon, 27 Apr 2015 00:54:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2819341..8fa9ff1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ The original plugin allows to use a user-written custom script to authenticate t This is useful if you need to plug into a custom authentication scheme, but don't want to write your own plugin. Find more about the original plugin at https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm. -By default this fork triggers any `MailAddressResolver` and `UserNameResolver` installed on the Jenkins instance. -You can disable resolution for e-mail and/or display name or use a specific resolver. +By default this plugin triggers any `MailAddressResolver` and `UserNameResolver` installed on the Jenkins instance. +You may also disable resolution or use a specific resolver for each of them. For instance, the [LDAP Email Plugin](https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Email+Plugin) provides a `MailAddressResolver`. If installed, you may configure "Modular Script Realm" to use a custom script to authenticate users and the "LDAP Email Plugin" to resolve their e-mail.