summaryrefslogtreecommitdiffstats
path: root/doc/swiftkerbauth_guide.md
diff options
context:
space:
mode:
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" />