| Summary: | Username not passed to ldap when logging in via cli client | ||
|---|---|---|---|
| Product: | [Technology] Hudson | Reporter: | Geoff Waymark <mygwaymark> |
| Component: | Core | Assignee: | Winston Prakash <winston.prakash> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Geoff Waymark
Fixed. http://git.eclipse.org/c/hudson/org.eclipse.hudson.core.git/commit/?id=a43044de43a70c05062d500a7024c060765823b8 I tested the CLI as following - login using LDAP username & password. java -jar hudson-cli.jar -s http://localhost:8080/ login --username wjprakash --password <password> - Disable a job java -jar hudson-cli.jar -s http://localhost:8080/ disable-job test4 Tested against candidate M0 |