Skip to content

Commit 0e74969

Browse files
committed
Change htdigest to htpasswd
User files generated with htdigest and htpasswd are not compatible. Thus, htpasswd must be used with AuthType Basic. Signed-off-by: Vitaly Kuznetsov <[email protected]>
1 parent 9ced5b7 commit 0e74969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/smart-http.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Here is an example of adding a ``schacon'' user to the file:
5858

5959
[source,console]
6060
----
61-
$ htdigest -c /opt/git/.htpasswd "Git Access" schacon
61+
$ htpasswd -c /opt/git/.htpasswd schacon
6262
----
6363

6464
There are tons of ways to have Apache authenticate users, you'll have to choose and implement one of them.

0 commit comments

Comments
 (0)