summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-09-25 09:50:30 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-09-25 09:50:30 -0400
commit0258d017926f33a8d8f493ea594c4b828477a06a (patch)
treee18b2a4a57a71d972bc44606c3dce3e715ee7d36
parent0b65e95b57fca32bb37c2fc85b87983eec0a4d24 (diff)
downloadfreeipa-0258d017926f33a8d8f493ea594c4b828477a06a.tar.gz
freeipa-0258d017926f33a8d8f493ea594c4b828477a06a.tar.xz
freeipa-0258d017926f33a8d8f493ea594c4b828477a06a.zip
Use a different directory for test programs
-rw-r--r--ipa-server/xmlrpc-server/ipa.conf4
-rw-r--r--ipa-server/xmlrpc-server/test/README3
2 files changed, 4 insertions, 3 deletions
diff --git a/ipa-server/xmlrpc-server/ipa.conf b/ipa-server/xmlrpc-server/ipa.conf
index f1bc8da68..359fe2233 100644
--- a/ipa-server/xmlrpc-server/ipa.conf
+++ b/ipa-server/xmlrpc-server/ipa.conf
@@ -88,9 +88,9 @@ Alias /errors "/usr/share/ipa/html"
ErrorDocument 401 /errors/unauthorized.html
</Directory>
-#Alias /ipatest "/usr/share/ipa/ipaserver"
+#Alias /ipatest "/usr/share/ipa/ipatest"
-#<Directory "/usr/share/ipa/ipaserver">
+#<Directory "/usr/share/ipa/ipatest">
# AuthType Kerberos
# AuthName "Kerberos Login"
# KrbMethodNegotiate on
diff --git a/ipa-server/xmlrpc-server/test/README b/ipa-server/xmlrpc-server/test/README
index 681622162..c46284d22 100644
--- a/ipa-server/xmlrpc-server/test/README
+++ b/ipa-server/xmlrpc-server/test/README
@@ -29,7 +29,8 @@ the kerberos credentials.
If that works, the second test more closely models the way that IPA works.
-- copy test_mod_python.py /usr/share/ipa/ipaserver
+- mkdir /usr/share/ipa/ipatest
+- cp test_mod_python.py /usr/share/ipa/ipatest
- uncomment the entries for ipatest in /etc/httpd/conf.d/ipa.conf. There are
entries for ProxyPass and ProxyReversePass, an Alias and a Directory
- restart Apache