Ticket #179 (assigned defect)

Opened 9 months ago

Last modified 8 months ago

Web interface to configure WifiDog needs to trim() data before posting it to /etc/wifidog.conf

Reported by: andrewhodel@gmail.com Assigned to: ken (accepted)
Priority: major Milestone:
Component: pyramid web interface Version: 1.0b5
Keywords: Cc:

Description

In the current version of Pyramid (1.0b5), the web admin interface incorrectly writes the values for Auth Server and Path to /etc/wifidog.conf.

Wifidog will not be able to find the Auth server unless the space after each value is removed from /etc/wifidog.conf

To clarify, the data is incorrectly written to /etc/wifidog.conf as:

"auth.server.com " (auth server) "/ " (path)

and it needs to be:

"auth.server.com" "/"

Attachments

Change History

03/26/08 16:18:26 changed by ken

  • status changed from new to assigned.

Please look at this change set:

http://pyramid.metrix.net/trac/changeset/149

Let me know if applying these changes fixes the problem.


Add/Change #179 (Web interface to configure WifiDog needs to trim() data before posting it to /etc/wifidog.conf)




Change Properties
Action