ledgersmb::auth::db(3pm) debian man page | unix.com

Man Page: ledgersmb::auth::db

Operating Environment: debian

Section: 3pm

LedgerSMB::Auth::DB(3pm)				User Contributed Perl Documentation				  LedgerSMB::Auth::DB(3pm)

NAME
LedgerSMB::Auth::DB - Standard Authentication DB module.
SYNOPSIS
This is the standard DB-based module for authentication. Uses HTTP basic authentication.
METHODS
session_check Checks to see if a session exists based on current logged in credentials. Handles failure by creating a new session, since credentials are now separate. session_create Creates a new session, sets $lsmb->{session_id} to that session, sets cookies, etc. session_destry Destroys a session and removes it from the db. get_credentials Gets credentials from the 'HTTP_AUTHORIZATION' environment variable which must be passed in as per the standards of HTTP basic authentication. Returns a hashref with the keys of login and password. credential_prompt Sends a 401 error to the browser popping up browser credential prompt.
COPYRIGHT
# Small Medium Business Accounting software # http://www.ledgersmb.org/ # # # Copyright (C) 2006-2011 # This work contains copyrighted information from a number of sources all used # with permission. It is released under the GNU General Public License # Version 2 or, at your option, any later version. See COPYRIGHT file for # details. perl v5.14.2 2012-03-26 LedgerSMB::Auth::DB(3pm)
Related Man Pages
ledgersmb::auth(3pm) - debian
ledgersmb::batch(3pm) - debian
ledgersmb::dbobject::admin(3pm) - debian
ledgersmb::dbobject::draft(3pm) - debian
plack::middleware::auth::basic(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk