0000-12-31 18:09:24 -05:50
|
|
|
# LoadModule auth_kerb_module modules/mod_auth_kerb.so
|
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
Alias /ipa "/usr/share/ipa/ipaserver/XMLRPC"
|
0000-12-31 18:09:24 -05:50
|
|
|
|
0000-12-31 18:09:24 -05:50
|
|
|
<Directory "/usr/share/ipa/ipaserver">
|
2007-08-06 09:05:53 -05:00
|
|
|
AuthType Kerberos
|
|
|
|
AuthName "Kerberos Login"
|
|
|
|
KrbMethodNegotiate on
|
|
|
|
KrbMethodK5Passwd off
|
|
|
|
KrbServiceName HTTP
|
2007-08-06 09:51:23 -05:00
|
|
|
KrbAuthRealms $REALM
|
2007-08-06 09:05:53 -05:00
|
|
|
Krb5KeyTab /etc/httpd/conf/ipa.keytab
|
|
|
|
KrbSaveCredentials on
|
|
|
|
Require valid-user
|
0000-12-31 18:09:24 -05:50
|
|
|
ErrorDocument 401 /errors/unauthorized.html
|
|
|
|
|
|
|
|
SetHandler mod_python
|
|
|
|
PythonHandler ipaxmlrpc
|
|
|
|
|
|
|
|
PythonDebug Off
|
|
|
|
|
|
|
|
# this is pointless to use since it would just reload ipaxmlrpc.py
|
|
|
|
PythonAutoReload Off
|
|
|
|
</Directory>
|