File/plugins/retrieveuserdata/backend/dba.php

Description

Retrieve User Data Plugin - DBA backend Copyright (c) 2001-2003 Ralf Kraudelt <kraude@wiwi.uni-rostock.de> Copyright (c) 2008 The NaSMail Project

The function retrieve_data() retrives the user's data from a DBM-like database. The database can be created by using create_db.php on the command line and a file with lines: uid,fullname,emailaddress

dba.php uses some configuration values from config.php, please have a look at it.

  • version: $Id: dba.php 1193 2008-03-02 12:45:08Z tokul $
Functions
retrieve_data (line 25)

Gets user data from DBA database

  • return: standard retrieve_data() array
array retrieve_data (string $uid, string $passwd)
  • string $uid: Username
  • string $passwd: Password (unused)

Documentation generated on Sun, 22 Nov 2009 17:36:25 +0200 by phpDocumentor 1.4.3