|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST CA Management/Export Certificate: "Can not parse 'destinationFile' 'sp4'" | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Ulrich Windl <Ulrich.Windl> |
| Component: | YaST2 | Assignee: | Michael Calmer <mc> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SLES 10 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ulrich Windl
2006-10-31 09:08:51 UTC
Problem analyzed: In CaManagement.pm line 3236 and following, the filename is expected to be a fully qualified file name. Thus "sp4.pem" does not fulfill the requirement. Using "/root/sp4" instead did work. While good for the developer of the module, the typical user wonders what's so hard to parse with a simple file name like the one used. Maybe improve the diagnostics. For openSUSE 10.2 I have added an additional description which say. "Please enter an absolute path and no special characters as filename." I hope this is sufficient. |