From c15c1eee729e912f4f55c90861d4dd0be0bdd601 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 12 Jan 2010 16:40:09 +0100 Subject: Add DS migration plugin and password migration page. --- install/conf/ipa.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index 81a6bc695..b9562936f 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -100,6 +100,18 @@ Alias /ipa-assets/ "/var/cache/ipa/assets/" ErrorDocument 401 /ipa/errors/unauthorized.html +# migration related pages +Alias /ipa/migration "/usr/share/ipa/migration" + + + AllowOverride None + Satisfy Any + Allow from all + + AddHandler mod_python .py + PythonHandler mod_python.publisher + + #Alias /ipatest "/usr/share/ipa/ipatest" # -- cgit