summaryrefslogtreecommitdiffstats
path: root/swiftkerbauth/kerbauth.py
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2013-09-24 11:47:50 +0530
committerLuis Pabon <lpabon@redhat.com>2013-10-16 15:49:12 -0700
commit373032fc97d27c79895e6114670760aa717f9f61 (patch)
treeecf027f06b2e00fd6605c148e831df806d10243f /swiftkerbauth/kerbauth.py
parent9812a4a9e4a30a208d77d3b10828a1c174dccd77 (diff)
Add documentation
The following guides were added: * Setting up a RHEL 6.x IdM server with a Fedora 18 client * Setting up and configuring swiftkerbauth * Architecture of Swiftkerbauth Change-Id: I50665e584ff9513b5a20d1eda546c73c93f14638 Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/6040 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'swiftkerbauth/kerbauth.py')
-rw-r--r--swiftkerbauth/kerbauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftkerbauth/kerbauth.py b/swiftkerbauth/kerbauth.py
index 323a677..612299d 100644
--- a/swiftkerbauth/kerbauth.py
+++ b/swiftkerbauth/kerbauth.py
@@ -46,7 +46,7 @@ class KerbAuth(object):
And add a kerbauth filter section, such as::
[filter:kerbauth]
- use = egg:swift#kerbauth
+ use = egg:swiftkerbauth#kerbauth
See the proxy-server.conf-sample for more information.