From 11a440c9899018a5bf9d8ae31f6d7b7b1233073e Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 8 Jun 2017 21:10:37 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ece234..042aac2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ * [Data persistency](#data-persistency) * [POSIX rights](#posix-rights) * [UI authentication/authorization](#ui-authenticationauthorization) + * [Advanced UI authentication/authorization](#advanced-ui-authenticationauthorization) * [UI SSL encryption](#ui-ssl-encryption) * [Self-signed certificate](#self-signed-certificate) * [Advanced SSL use](#advanced-ssl-use) @@ -118,7 +119,8 @@ For instance, with two *normal* users `user1` and `user2` + one *admin* user `ad htpasswd -b -c /var/docker-data/backuppc/etc/htpasswd admin admin_password htpasswd -b /var/docker-data/backuppc/etc/htpasswd user1 user1_password htpasswd -b /var/docker-data/backuppc/etc/htpasswd user2 user2_password -sed -ie "s/^\$Conf{CgiAdminUsers}\s*=\s*'\w*'/\$Conf{CgiAdminUsers} = 'admin'/g" /var/docker-data/backuppc/etc/config.pl +sed -ie "s/^\$Conf{CgiAdminUsers}\s*=\s*'\w*'/\$Conf{CgiAdminUsers} = 'admin'/g" \ + /var/docker-data/backuppc/etc/config.pl docker run \ --name backuppc \