Commit 9a3991dccf65dbd044f92076dfb147a4d7b50dd2:
describe how to run an authorized server
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
DEVELOPMENT.md | ++++++
------------------------------------------------------------
6 changes: 6 additions, 0 deletions.
------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 3d16489..737a2cd 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -139,6 +139,12 @@ command `bundle install`.
if any source file changes. If a `Rakefile` isn't present, the `rackup`
command can be used to start the application.
+ If you are testing an application that makes changes to LDAP, you will
+ need to enter your ASF password. To do so, substiture `rake auth server`
+ for the `rake server` command above. This will prompt you for your
+ password. Should your ASF availid differ from your local user id,
+ set the `USER` environment variable prior to executing this command.
+
Advanced configuration
======================