summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-web/api/ipa.conf
blob: 44c4d25ec35e98a94a85310be1b28a31484e9e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# LoadModule auth_kerb_module modules/mod_auth_kerb.so

Alias /ipa "/usr/share/ipa/XMLRPC"

<Directory "/usr/share/ipa">
#  AuthType Kerberos
#  AuthName "Kerberos Login"
#  KrbMethodNegotiate on
#  KrbMethodK5Passwd off
#  KrbServiceName HTTP
#  KrbAuthRealms GREYOAK.COM
#  Krb5KeyTab /etc/httpd/conf/ipa.keytab
#  KrbSaveCredentials on
#  Require valid-user
  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>