The TurboGears UI is supposed to be hidden behind Apache so we can do kerberos SSO authentication. We don't want people going to the server directly so it should only listen on localhost. The fix is to add the following to ipa_webgui.cfg: server.server_port = 8080 server.socket_host="127.0.0.1"
Created attachment 292947 [details] listen only on localhost
QA Verified on May 28, 2008 (Yi) Build used: May 28, 2008 (i386) file location: /usr/share/ipa/ipa_webgui.cf