Hi,
is it possible to run openser with digest auth on an openwrt router *without* mysql? If yes can someone please provide me a hint/link?
Did try loading "/usr/lib/openser/module/auth.so" without great success, since my box lacks a mysql server version!
Thanks in advance Michaek
On Friday 04 January 2008, Michael Bradley Jr wrote:
Hi,
is it possible to run openser with digest auth on an openwrt router *without* mysql? If yes can someone please provide me a hint/link?
Did try loading "/usr/lib/openser/module/auth.so" without great success, since my box lacks a mysql server version!
Hi Michael,
the 'auth' module don't depend on a database, only the 'auth_db' module. If you don't have a mysql db on your embedded system available, you could use a more lightwith database module like dbtext (no external dependencies), or db_berkeley (depends on lib berkeley db). Take a look at the documentation of the mentioned modules.
Cheers,
Henning
Yes, use for example oracle database driver instead :-) Seriously, you can use dbtext to read from flat files which are more appropriate for embedded systems.
-jiri
At 11:57 04/01/2008, Michael Bradley Jr wrote:
Hi,
is it possible to run openser with digest auth on an openwrt router *without* mysql? If yes can someone please provide me a hint/link?
Did try loading "/usr/lib/openser/module/auth.so" without great success, since my box lacks a mysql server version!
Thanks in advance Michaek
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
-- Jiri Kuthan http://iptel.org/~jiri/
Starting with openser 1.3, dbtext support is available out of the box (use openserdbctl command along with the right settings in openserctlrc) - dbtext is a flat file database. Extensive testing on dbtext has been done prior releasing 1.3 and therefore should be no problems in using it.
If you want mysql, check the optware feeds for your specific hardware - openser 1.2.2 is available from the optware feeds with mysql support. Hopefully, next week I will have time to upload the openser 1.3.0 into the optware feeds.
For more info about optware, check htp://www.nslu2-linux.org
Regards, Ovidiu Sas
On Jan 4, 2008 5:57 AM, Michael Bradley Jr mbradley.jr@gmail.com wrote:
Hi,
is it possible to run openser with digest auth on an openwrt router *without* mysql? If yes can someone please provide me a hint/link?
Did try loading "/usr/lib/openser/module/auth.so" without great success, since my box lacks a mysql server version!
Thanks in advance Michaek
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users