ahn-ldap

ahn-ldap is an Adhearsion Plugin providing LDAP connectivity.

Features

  • FIXME (list of features and unsolved problems)

Requirements

  • Adhearsion 2.0+

Install

Add ahn-ldap to your Adhearsion app's Gemfile.

Configuration

In your Adhearsion app configuration file, add the following values:

Adhearsion.config do |config|
  config.adhearsion_ldap.host    = "valid-host"
  config.adhearsion_ldap.port    = "valid-port".to_i # 389 by default
  config.adhearsion_ldap.base    = "valid-ldap-base"
  config.adhearsion_ldap.bind_dn = "valid-ldap-binding"
  config.adhearsion_ldap.allallow_anonymous = true # false
  config.adhearsion_ldap.try_sasl           = true # false
end

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history.
    • If you want to have your own version, that is fine but bump version in a commit by itself so I can ignore when I pull
  • Send me a pull request. Bonus points for topic branches.

Check License file