summaryrefslogtreecommitdiffstats
path: root/doc/swiftkerbauth_guide.md
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2013-10-04 17:50:32 +0530
committerLuis Pabon <lpabon@redhat.com>2013-10-17 13:01:12 -0700
commit41261e3828f5102ae8d203a5b576b0001bdcc075 (patch)
tree465855815e4ae3c0dafb73266559dc9c0a93a64a /doc/swiftkerbauth_guide.md
parent373032fc97d27c79895e6114670760aa717f9f61 (diff)
Add Windows AD documentation
Added documentation to setup swiftkerbauth environment with Windows Active Directory Server and Linux client Change-Id: I18333428c633b23fd15afc8965266d546f0bb03b Original-author: Chetan Risbud <crisbud@redhat.com> Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/6041 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'doc/swiftkerbauth_guide.md')
-rw-r--r--doc/swiftkerbauth_guide.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/swiftkerbauth_guide.md b/doc/swiftkerbauth_guide.md
index eaebca5..ef76ad0 100644
--- a/doc/swiftkerbauth_guide.md
+++ b/doc/swiftkerbauth_guide.md
@@ -43,6 +43,14 @@ Retrieve the HTTP service principal to a keytab file:
Copy keytab file to client:
> scp /tmp/http.keytab root@192.168.56.101:/etc/httpd/conf/http.keytab
+## Creating HTTP Service Principal on Windows AD server
+
+Add a HTTP Kerberos service principal:
+> c:\>ktpass.exe -princ HTTP/fcclient.winad.com@WINAD.COM -mapuser
+> auth_admin@WINAD.COM -pass Redhat*123 -out c:\HTTP.keytab
+
+Use winscp to copy HTTP.ketab file to /etc/httpd/conf/http.keytab
+
*****
<a name="install-swiftkerbauth" />