Details
-
Regression
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.2
-
None
Description
In ESP.XML, when htpasswd authentication is selected, in the EspBinding blocks for WsSMC_EclWatch_myesp, the Authenticate method needs to include a "Location" tag like it does for other authentication method. Otherwise, there
Currently it creates this
<Authenticate method="htpasswd" htpasswdFile="/etc/HPCCSystems/.htpasswd" workunitsBasedn="ou=workunits,ou=ecl"/>
But it needs to create this
<Authenticate method="htpasswd" htpasswdFile="/etc/HPCCSystems/.htpasswd" workunitsBasedn="ou=workunits,ou=ecl">
<Location path="/" resource="SmcAccess" required="Read" description="Root access to SMC service"/>
</Authenticate>
Attachments
1.
|
Minor htpasswd enhancements |
|
Resolved | Russ Whitehead |