Module: nagvis Branch: master Commit: 40ba2df93c3f3d2899adfb9b7b3d6dcd6c2fd8da URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=40ba2df93c3f3d2899adfb9b7b3d6dcd6c2fd8da
Author: Lars Michelsen <[email protected]> Date: Sun Sep 5 12:55:02 2010 +0200 Added new authentication/authorization module based on a MySQL database; Useful for systems which have no SQLite3 support --- share/server/core/classes/CoreAuthHandler.php | 6 +- share/server/core/classes/CoreAuthModMySQL.php | 227 +++++++++ .../core/classes/CoreAuthorisationModMySQL.php | 247 ++++++++++ share/server/core/classes/CoreMySQLHandler.php | 497 ++++++++++++++++++++ share/server/core/classes/CoreSQLiteHandler.php | 4 +- share/server/core/classes/GlobalMainCfg.php | 29 +- 6 files changed, 1001 insertions(+), 9 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=40ba2df93c3f3d2899adfb9b7b3d6dcd6c2fd8da ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
