[FIXED JENKINS-34968] Domain in login is not taken into account#35
[FIXED JENKINS-34968] Domain in login is not taken into account#35fbelzunc wants to merge 1 commit intojenkinsci:masterfrom
Conversation
…art comes from the given domain name)
That expectation is wrong to me... if you are providing the NT legacy domain then |
|
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
[JENKINS-61243]: log (fine) if failed to add a parameter definition in Utils class, but don't blow exception; keep working on other params and eval the parameter definition
If we write subdomain in the login, then this subdomain is not taken into account.
This is related to changes by this commit: 7c04f78
This is incorrect:
If people type in 'foo@bar' or 'bar\foo' or just 'foo', it should be treated as 'foo@bar' (where 'bar' represents the given domain name)
'bar' is represent a domain name which is set in the configuration, not in the login.
For example we set our Domain Name to 'bar.com'. Then we write login 'subbar\foo'. We expect to transform this to 'foo@subbar.bar.com'. But instead a 'foo@bar.com' is used.
https://issues.jenkins-ci.org/browse/JENKINS-34968
@reviewbybees @jtnord