Skip to content

Commit

Permalink
Cleaned up example configuration file.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.thoughtbot.com/ldap-activerecord-gateway@7 bbed3248-5b21-0410-9248-c913b1c69bca
  • Loading branch information
tsaleh committed Nov 6, 2006
1 parent 53c9703 commit 031f04b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions conf/ldap-server.example.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
rails_dir: "/Users/tsaleh/thoughtbot/bcn-nextgen/"
rails_dir: "/path/to/rails/application/"
active_record_model: "Contact"
basedn: "dc=bioforcesolutions,dc=com"
basedn: "dc=exampl,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: false
# These don't seem to work.
# user: "tsaleh" # drop privileges after bind
# group: "tsaleh" # drop privileges after bind

# These are untested.
# user: "tsaleh" # drop privileges after bind
# group: "tsaleh" # drop privileges after bind

0 comments on commit 031f04b

Please sign in to comment.