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 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3ef73a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +swiftkerbauth +============= + +Kerberos Authentication filter for Openstack Swift +-------------------------------------------------- + +Carsten Clasohm implemented a new authentication filter for swift +that uses Kerberos tickets for single sign on authentication, and +grants administrator permissions based on the user's group membership +in a directory service like Red Hat Enterprise Linux Identity Management +or Microsoft Active Directory. + +Table of Contents +----------------- + +1. [Architecture](doc/architecture.md) +2. [IPA Server Guide](doc/ipa_server.md) +3. [IPA Client Guide](doc/ipa_client.md) +4. [Swiftkerbauth Guide](doc/swiftkerbauth_guide.md) -- cgit