Sha256: 562514a04c5a9ea10f9368b36a51ed132682fdddd9e7cc8eba2850da75b814d8

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 KB

Contents

# casino_core-authenticator-ldap [![Build Status](https://travis-ci.org/rbCAS/casino_core-authenticator-ldap.png?branch=master)](https://travis-ci.org/rbCAS/casino_core-authenticator-ldap)

Provides mechanism to use LDAP as an authenticator for [CASinoCore](https://github.com/rbCAS/CASinoCore).

To use the LDAP authenticator, configure it in your cas.yml:

    authenticators:
      my_company_ldap:
        authenticator: "ldap"
        options:
          host: "localhost"
          port: 12445
          base: "dc=users,dc=example.com"
          username_attribute: "uid"
          encryption: "simple_tls"
          extra_attributes:
            email: "mail"
            fullname: "displayname"

## Contributing to casino_core-authenticator-ldap
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2013 Nils Caspar. See LICENSE.txt
for further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
casino_core-authenticator-ldap-0.0.2 README.md