Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed documentation
git-svn-id: https://svn.thoughtbot.com/ldap-activerecord-gateway@26 bbed3248-5b21-0410-9248-c913b1c69bca
  • Loading branch information
tsaleh committed Aug 9, 2007
1 parent cd31cf7 commit 709c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -7,7 +7,7 @@ The server is read-only, and can serve information from any AR model that implem

To use, configure the server by creating a conf/ldap-server.yml file (see ldap-server.example.yml).
The important bits are rails_dir, active_record_model, basedn, and port. Once that's done,
run "./bin/ldap-server.rb start", wait for it to daemonize, and check the log file under log/ for
run "./bin/ldap-server.rb start", wait for it to daemonize, and check the log file under $RAILS_ROOT/log/ for
errors. To stop, run "./bin/ldap-server.rb", and if you reconfigure the server or change the underlying
AR model, restart it with "./bin/ldap-server.rb restart".

Expand Down

0 comments on commit 709c013

Please sign in to comment.