Skip to content

Commit

Permalink
Update README.md with allow_account_management ...
Browse files Browse the repository at this point in the history
Update README.md with allow_account_management = true for the proxy
server.

Fixes #20
  • Loading branch information
gholt committed Mar 27, 2012
1 parent 0959062 commit e21f16f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@ Quick Install
set log_name = swauth
super_admin_key = swauthkey

4) Restart your proxy server ``swift-init proxy reload``
4) Be sure your proxy server allows account management:

5) Initialize the Swauth backing store in Swift ``swauth-prep -K swauthkey``
[app:proxy-server]
...
allow_account_management = true

6) Add an account/user ``swauth-add-user -A http://127.0.0.1:8080/auth/ -K
5) Restart your proxy server ``swift-init proxy reload``

6) Initialize the Swauth backing store in Swift ``swauth-prep -K swauthkey``

7) Add an account/user ``swauth-add-user -A http://127.0.0.1:8080/auth/ -K
swauthkey -a test tester testing``

7) Ensure it works ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K
8) Ensure it works ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K
testing stat -v``


Expand Down

0 comments on commit e21f16f

Please sign in to comment.