From 41261e3828f5102ae8d203a5b576b0001bdcc075 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 4 Oct 2013 17:50:32 +0530 Subject: 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 Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/6041 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- doc/swiftkerbauth_guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/swiftkerbauth_guide.md') 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 + ***** -- cgit