Ticket #1 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Make htuser-mgm fully working (BUG 297)

Reported by: malte Owned by: malte
Priority: blocker Milestone: VHCS 2.4.7.1
Component: Frontend (GUI) Version: 2.4.7.2
Severity: Keywords: htaccess
Cc:

Description

multiple user with multiple secured directories are not working as expected. user will be deleted/overwritten in htpasswd not added.

for reproducing try this:

  1. add a secured directory for example: /var/www/virtual/domain.de/secured_dir1/

secure it for: user_a

--> user_a will be created in /var/www/virtual/domain.de/.htpasswd

  1. add a second dir and secure it with different user:

/var/www/virtual/domain.de/secured_dir2/ secure it for: user_b

--> now user_b will not be _added_ - it just overwrites user_a in /var/www/domain.de/.htpasswd with user_b

--> in gui everything looks normal and as expected (2 dirs with 2 different users) - but only one user exists in real

Change History

comment:1 Changed 6 years ago by malte

  • Status changed from new to assigned

comment:2 Changed 6 years ago by malte

  • Version set to 2.4.7.2
  • Component changed from component1 to gui (web-frontend)

comment:3 Changed 6 years ago by malte

  • Milestone changed from milestone1 to 2.4.7.2-stable

comment:4 Changed 6 years ago by malte

  • Status changed from assigned to closed
  • Resolution set to fixed

comment:5 Changed 6 years ago by malte

  • Milestone changed from 2.4.7.2-stable to 2.4.8

Milestone 2.4.7.2-stable deleted

Note: See TracTickets for help on using tickets.