File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1- Mongo Kerberos [ ![ Build Status] ( https://secure.travis-ci.org/mongodb/mongo-ruby-kerberos.png?branch=master&.png )] ( http://travis-ci.org/mongodb/mongo-ruby-kerberos ) [ ![ Code Climate] ( https://codeclimate.com/github/mongodb/mongo-ruby-kerberos.png )] ( https://codeclimate.com/github/mongodb/mongo-ruby-kerberos ) [ ![ Coverage Status] ( https://coveralls.io/repos/mongodb/mongo-ruby-kerberos/badge.png?branch=master )] ( https://coveralls.io/r/mongodb/mongo-ruby-kerberos?branch=master )
2- ====
1+ # Mongo Kerberos [ ![ Build Status] ( https://secure.travis-ci.org/mongodb/mongo-ruby-kerberos.png?branch=master&.png )] ( http://travis-ci.org/mongodb/mongo-ruby-kerberos ) [ ![ Code Climate] ( https://codeclimate.com/github/mongodb/mongo-ruby-kerberos.png )] ( https://codeclimate.com/github/mongodb/mongo-ruby-kerberos ) [ ![ Coverage Status] ( https://coveralls.io/repos/mongodb/mongo-ruby-kerberos/badge.png?branch=master )] ( https://coveralls.io/r/mongodb/mongo-ruby-kerberos?branch=master )
32
43Provides Kerberos authentication support to the Mongo Ruby Driver.
54
6- Compatibility
7- -------------
5+
6+ ## Compatibility
87
98mongo_kerberos is tested against MRI (1.9.3+) and JRuby (9.1+).
109
11- JRuby
12- `````
10+ ### JRuby
1311
1412In order to work with Kerberos TGTs that are in the system cache (e.g. obtained with ` kinit ` ), the
1513JRuby extension sets the JVM system property "sun.security.jgss.native" to "true". Note that any
1614other use of the JGSS library will also be affected by this setting, meaning that any TGTs in the
1715system cache will be available for obtaining Kerberos credentials as well.
1816
19- Installation
20- ------------
17+
18+ ## Installation
2119
2220libsasl is a requirement to be able to install the mongo_kerberos gem. Please see the
2321[ Cyrus documentation] ( http://cyrusimap.web.cmu.edu/docs/cyrus-sasl/2.1.25/ ) for more
@@ -36,14 +34,12 @@ require "mongo_kerberos"
3634```
3735
3836
39- API Documentation
40- -----------------
37+ ## API Documentation
4138
4239The [ API Documentation] ( http://rdoc.info/github/mongodb/mongo-ruby-kerberos/master/frames ) is
4340located at rdoc.info.
4441
45- Versioning
46- ----------
42+ ## Versioning
4743
4844As of 2.1.0, this project adheres to the
4945[ Semantic Versioning Specification] ( http://semver.org/ ) .
You can’t perform that action at this time.
0 commit comments