From 373032fc97d27c79895e6114670760aa717f9f61 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 24 Sep 2013 11:47:50 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/6040 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- swiftkerbauth/kerbauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swiftkerbauth') 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. -- cgit