From 84ae26fc70ea5ee9ceccced5c0e4e3958a365f3c Mon Sep 17 00:00:00 2001 From: Brint O'Hearn Date: Fri, 6 Sep 2013 09:45:12 -0500 Subject: [PATCH] Clarrifying docs on server_auth_method --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d10b6a68..1f63896e6f 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Attributes * `node['jenkins']['http_proxy']['client_max_body_size']` - max client upload size ("1024m" by default, nginx only). * `node['jenkins']['http_proxy']['server_auth_method']` - Authentication with - the server can be done with cas (using `apache2::mod_auth_cas`), or htauth - (basic). The default is no authentication. + the server can be done with cas (using `apache2::mod_auth_cas`), or basic + (using `htpasswd`). The default is no authentication. * `node['jenkins']['http_proxy']['basic_auth_username']` - Username to use for HTTP Basic Authenitcation. * `node['jenkins']['http_proxy']['basic_auth_password']` - Password to use with