We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8104441 commit f89dd44Copy full SHA for f89dd44
src/test-scripts/krb/krb-test.sh
@@ -57,6 +57,9 @@ For example:
57
$0 --build -- -D KRB5_PREFIX=/usr/local/opt/heimdal/bin
58
or to build with Krb5 Kerberos support on Mac OS set the
59
$0 --build -- -D KRB5_PREFIX=/usr/local/opt/krb5/bin
60
+or put the Kerberos binary directory in the PATH environment variable.
61
+For example:
62
+PATH=/usr/local/opt/heimdal/bin:\$PATH $0 --build
63
EOF
64
return 0
65
;;
0 commit comments