thoughtbot / ldap-activerecord-gateway

This URL has Read+Write access

ldap-activerecord-gateway / test / config.yml
100644 9 lines (8 sloc) 0.274 kb
1
2
3
4
5
6
7
8
9
rails_dir: "/home/tsaleh/thoughtbot/ldap-activerecord-gateway/test/railsdir/"
active_record_model: Person
basedn: dc=example,dc=com
port: 1389 # anything below 1000 is reserved, and must run as root.
tcp_nodelay: true
preforked_threads: 10
bind_address: 0.0.0.0
debug: true