From 3daba4304dba818d54eb9b74d8d35df5aab8fee5 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 22 Nov 2013 10:36:05 -0500
Subject: [PATCH] Add pull request linking in changelog to generated documentation

---
 src/site/setup_authentication.mkd |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/site/setup_authentication.mkd b/src/site/setup_authentication.mkd
index 0ec07fa..3fb4a6c 100644
--- a/src/site/setup_authentication.mkd
+++ b/src/site/setup_authentication.mkd
@@ -7,6 +7,7 @@
 * LDAP authentication
 * Windows authentication
 * PAM authentication
+* Htpasswd authentication
 * Redmine auhentication
 * Salesforce.com authentication
 * Servlet container authentication
@@ -91,6 +92,13 @@
     realm.userService = com.gitblit.PAMUserService
     realm.pam.serviceName = system-auth
 
+### Htpasswd Authentication
+
+Htpasswd authentication allows you to maintain your user credentials in an Apache htpasswd file thay may be shared with other htpasswd-capable servers.
+
+    realm.userService = com.gitblit.HtpasswdUserService
+    realm.htpasswd.userFile = /path/to/htpasswd
+
 ### Redmine Authentication
 
 You may authenticate your users against a Redmine installation as long as your Redmine install has properly enabled [API authentication](http://www.redmine.org/projects/redmine/wiki/Rest_Api#Authentication).  This user service only supports user authentication; it does not support team creation based on Redmine groups.  Redmine administrators will also be Gitblit administrators.

--
Gitblit v1.9.1