Bug 430191

Summary: TurboGears should only listen on localhost in the production config
Product: [Retired] freeIPA Reporter: Rob Crittenden <rcritten>
Component: WebUIAssignee: Rob Crittenden <rcritten>
Status: CLOSED ERRATA QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: freeipa-2.0.0-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-27 07:13:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 246164, 429034    
Attachments:
Description Flags
listen only on localhost none

Description Rob Crittenden 2008-01-25 03:55:35 UTC
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"

Comment 1 Rob Crittenden 2008-01-25 15:18:02 UTC
Created attachment 292947 [details]
listen only on localhost

Comment 2 Yi Zhang 2008-05-28 17:09:29 UTC
QA Verified on May 28, 2008 (Yi)

Build used: May 28, 2008 (i386)

file location:
/usr/share/ipa/ipa_webgui.cf