Skip to content

Commit 3b08b0a

Browse files
authored
Add note for same command
1 parent cffd91b commit 3b08b0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/en/docs/http/ngx_http_auth_basic_module.xml

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ The following password types are supported:
9797
encrypted with the <c-func>crypt</c-func> function; can be generated using
9898
the “<command>htpasswd</command>” utility from the Apache HTTP Server
9999
distribution or the “<command>mkpasswd</command>” or “<command>openssl passwd</command>” command;
100+
<note>
101+
“<command>mkpasswd</command” can be installed by “<command>apt install whois</command>” in Ubuntu / Debian or “<command>dnf install mkpasswd</command>” in RHEL 9+. The command with the same name, “<command>mkpasswd</command>”, which is included in the “expect” package in RHEL8 and earlier, is a different command. It was renamed to “<command>mkpasswd-expect</command>” in RHEL 9.
102+
</note>
100103
</listitem>
101104

102105
<listitem>

0 commit comments

Comments
 (0)