Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ledgersmb::auth(3pm) [debian man page]

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

NAME
LedgerSMB::Auth.pm - Provides an abstraction layer for session management and authentication. SYNOPSIS
This routine provides an abstraction layer for session management and authentication. The current application only ships with a simple authentication layer using database-native accounts. Other authentication methods are quite possible though currently every LedgerSMB user must be a database user. METHODS
Each plugin library must provide the following methods. session_check Check whether a session exists and handle failure appropriately. Modules are free to define how failure should be addressed. session_create Create a session session_destroy Destroy a session. get_credentials Get credentials and return them to the application. Must return a hashref with the following entries: login password credential_prompt Prompt user for credentials METHODS PROVIDED IN COMMON
http_error Send an http error to the browser. 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(3pm)

Check Out this Related Man Page

LedgerSMB::DBObject::Menu(3pm)				User Contributed Perl Documentation			    LedgerSMB::DBObject::Menu(3pm)

NAME
LedgerSMB::DBObject::Menu - Menu Handling Back-end Routines for LedgerSMB SYNOPSIS
Provides the functions for generating the data structures for the LedgerSMB menu. COPYRIGHT
Copyright (c) 2007 The LedgerSMB Core Team. Licensed under the GNU General Public License version 2 or at your option any later version. Please see the included COPYRIGHT and LICENSE files for more information. METHODS
new() Inherited from LedgerSMB::DBObject. Please see that documnetation for details. generate() This function returns a list of menu items. Each list item is a hashref: keys %menu_item would return the equivalent of qw(position id level label path args). Returns the complete list and sets $menu->{menu_items} to a referene to th result set, This function does not return an entry for the top-level menu. generate_section() This class acts like Menu::Generate except it returns only a cross-section of the menu. Basically it returns all nodes which are direct children below $object->{parent_id}. will_expire_soon() This method returns true if the user's password will expire soon (within the next week). Copyright (C) 2007 The LedgerSMB Core Team Licensed under the GNU General Public License version 2 or later (at your option). For more information please see the included LICENSE and COPYRIGHT files. perl v5.14.2 2012-03-25 LedgerSMB::DBObject::Menu(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Small Business Accounting Software

I'm new to Unix and currently running Solaris 9. Does anyone know of any good Small Business Accounting software that's inexpensive that runs on Solaris? (1 Reply)
Discussion started by: jbarbuto
1 Replies

2. AIX

Auth against AD (kerberos) does not work

@kah00na and all others, i have done al steps of the HowTo "Authenticate AIX users from MSActive Directory", found in this forum, but it still does not work. The test with kinit USERNAME works fine. But if i try to login i get the "UNKNOWN_USER" error in the debug.log.All steps to change... (11 Replies)
Discussion started by: tomys
11 Replies