summaryrefslogtreecommitdiffstats
path: root/src/site/faq.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-03-27 21:38:57 -0400
committerJames Moger <james.moger@gitblit.com>2014-04-10 19:00:52 -0400
commit8ec06317276abd624630c37675d8d563a1fcb754 (patch)
tree92c8922000bcd87b95a6823da9695e1bc840ccc0 /src/site/faq.mkd
parent3ad13e644f00b01010002f6d9d98343d4f2a4ea3 (diff)
downloadgitblit-8ec06317276abd624630c37675d8d563a1fcb754.tar.gz
gitblit-8ec06317276abd624630c37675d8d563a1fcb754.zip
Documentation
Diffstat (limited to 'src/site/faq.mkd')
-rw-r--r--src/site/faq.mkd6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/site/faq.mkd b/src/site/faq.mkd
index a631797a..1b522f82 100644
--- a/src/site/faq.mkd
+++ b/src/site/faq.mkd
@@ -111,7 +111,7 @@ Yes. You can manually manipulate all of them and (most) changes will be immedia
Care must be taken to preserve the relationship between user roles and repository names.<br/>Please see the *User Roles* section of the [setup](/setup.html) page for details.
### Can I restrict access to branches or paths within a repository?
-No, not out-of-the-box. Access restrictions apply to the repository as a whole.
+No, not yet. Access restrictions apply to the repository as a whole.
Gitblit's simple authentication and authorization mechanism can be used to facilitate one or more of the [workflows outlined here](http://progit.org/book/ch5-1.html).
@@ -122,10 +122,6 @@ Alternatively, you could use [gitolite](https://github.com/sitaramc/gitolite) an
### Can I authenticate users against XYZ?
Yes. The user service is pluggable. You may write your own complete user service by implementing the *com.gitblit.IUserService* interface. Or you may subclass *com.gitblit.GitblitUserService* and override just the authentication. Set the fully qualified classname as the *realm.userService* property.
-### Why doesn't Gitblit support SSH?
-
-It will. This feature is in development and should land in the 1.5.0 release.
-
### What types of Search does Gitblit support?
As of 0.9.0, Gitblit supports Lucene-based searching.