summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/ipaxmlrpc.py
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-09-14 17:19:02 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-09-14 17:19:02 -0400
commitb85668579ec3fc69c2ed709533f8bd8d00e0e7e9 (patch)
treeec8aede13ba1c8cee4c26589bec578a25a148893 /ipa-server/xmlrpc-server/ipaxmlrpc.py
parented6ab17c9c703edb43c92a3205c5536771ce4d4f (diff)
downloadfreeipa-b85668579ec3fc69c2ed709533f8bd8d00e0e7e9.tar.gz
freeipa-b85668579ec3fc69c2ed709533f8bd8d00e0e7e9.tar.xz
freeipa-b85668579ec3fc69c2ed709533f8bd8d00e0e7e9.zip
Use ticket forwarding with TurboGears. mod_proxy forwards the principal
name and location of the keytab. In order for this keytab to be usable TurboGears and Apache will need to run as the same user. We will also need to listen only on localhost in TG.
Diffstat (limited to 'ipa-server/xmlrpc-server/ipaxmlrpc.py')
-rw-r--r--ipa-server/xmlrpc-server/ipaxmlrpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/xmlrpc-server/ipaxmlrpc.py b/ipa-server/xmlrpc-server/ipaxmlrpc.py
index a4ae4e7c0..861de8e5c 100644
--- a/ipa-server/xmlrpc-server/ipaxmlrpc.py
+++ b/ipa-server/xmlrpc-server/ipaxmlrpc.py
@@ -138,7 +138,7 @@ class ModXMLRPCRequestHandler(object):
opts['remoteuser'] = req.user
if req.subprocess_env.get("KRB5CCNAME") is not None:
- opts['keytab'] = req.subprocess_env.get("KRB5CCNAME")
+ opts['krbccache'] = req.subprocess_env.get("KRB5CCNAME")
# Tack onto the end of the passed-in arguments any options we also
# need