mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use a different directory for test programs
This commit is contained in:
@@ -88,9 +88,9 @@ Alias /errors "/usr/share/ipa/html"
|
|||||||
ErrorDocument 401 /errors/unauthorized.html
|
ErrorDocument 401 /errors/unauthorized.html
|
||||||
</Directory>
|
</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
|
# AuthType Kerberos
|
||||||
# AuthName "Kerberos Login"
|
# AuthName "Kerberos Login"
|
||||||
# KrbMethodNegotiate on
|
# KrbMethodNegotiate on
|
||||||
|
|||||||
@@ -29,7 +29,8 @@ the kerberos credentials.
|
|||||||
|
|
||||||
If that works, the second test more closely models the way that IPA works.
|
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
|
- uncomment the entries for ipatest in /etc/httpd/conf.d/ipa.conf. There are
|
||||||
entries for ProxyPass and ProxyReversePass, an Alias and a Directory
|
entries for ProxyPass and ProxyReversePass, an Alias and a Directory
|
||||||
- restart Apache
|
- restart Apache
|
||||||
|
|||||||
Reference in New Issue
Block a user