Issue #4890 has been updated by James Turnbull. Target version deleted (1.1.0)
---------------------------------------- Bug #4890: Documentation's "security" section should explain where to put .htaccess file and give an example https://projects.puppetlabs.com/issues/4890 Author: Igal Koshevoy Status: Accepted Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: A very rough draft, must explain what paths are relative to what, etc: You can create a "/usr/share/puppet-dashboard/public/.htaccess" file with contents similar to this: AuthName "Puppet Dashboard" AuthType Basic AuthUserFile /usr/share/puppet-dashboard/config/htpasswd Require valid-user ,,.and then create the AuthUserFile specified above using `htpasswd` (run `htpasswd -h` for help). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
