Skip to content

Commit

Permalink
Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bklang committed Jun 16, 2015
1 parent 07b5630 commit 4304173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/adhearsion/ldap/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class Plugin < Adhearsion::Plugin
host nil, desc: 'LDAP server host'
port 389, desc: 'LDAP server port', transform: ->(v) { v.to_i }
base '', desc: <<-__
LDAP tree that must be used in the connection
Base DN of the LDAP tree to must be used when searching
__
bind_dn '', desc: <<-__
Distinguished Name to bind as (LDAP auth)
Distinguished Name to bind as (LDAP username)
__
password '', desc: 'Password credentials'
allow_anonymous false, desc: 'valid values: true | false (default)', transform: ->(v) { v.to_s.downcase == 'true' }
Expand Down

0 comments on commit 4304173

Please sign in to comment.