summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
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)