SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-pear-LiveUser rpm build for : Mageia 8. For other distributions click php-pear-LiveUser.

Name : php-pear-LiveUser
Version : 0.16.14 Vendor : Mageia_Org
Release : 9.mga8 Date : 2020-02-12 09:03:28
Group : Development/PHP Source RPM : php-pear-LiveUser-0.16.14-9.mga8.src.rpm
Size : 0.45 MB
Packager : umeabot < umeabot>
Summary : User authentication and permission management framework
Description :
LiveUser is a set of classes for dealing with user authentication
and permission management. Basically, there are three main elements that
make up this package:

* The LiveUser class
* The Auth containers
* The Perm containers

The LiveUser class takes care of the login process and can be configured
to use a certain permission container and one or more different auth
containers.
That means, you can have your users\' data scattered amongst many data
containers
and have the LiveUser class try each defined container until the user is
found.
For example, you can have all website users who can apply for a new
account online
on the webserver\'s local database. Also, you want to enable all your
company\'s
employees to login to the site without the need to create new accounts
for all of
them. To achieve that, a second container can be defined to be used by
the LiveUser class.

You can also define a permission container of your choice that will
manage the rights for
each user. Depending on the container, you can implement any kind of
permission schemes
for your application while having one consistent API.

Using different permission and auth containers, it\'s easily possible to
integrate
newly written applications with older ones that have their own ways of
storing permissions
and user data. Just make a new container type and you\'re ready to go!

Currently available are containers using:
PEAR::DB, PEAR::MDB, PEAR::MDB2, PECL::PDO, PEAR::XML_Tree, PEAR::Auth,
Session.

RPM found in directory: /vol/rzm1/linux-mageia/distrib/8/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-pear-LiveUser-0.16.14-9.mga8.noarch.rpm
ftp.icm.edu.pl  php-pear-LiveUser-0.16.14-9.mga8.noarch.rpm
ftp.icm.edu.pl  php-pear-LiveUser-0.16.14-9.mga8.noarch.rpm
ftp.icm.edu.pl  php-pear-LiveUser-0.16.14-9.mga8.noarch.rpm
     

Provides :
pear(LiveUser.php)
pear(LiveUser/Auth/Common.php)
pear(LiveUser/Auth/DB.php)
pear(LiveUser/Auth/MDB.php)
pear(LiveUser/Auth/MDB2.php)
pear(LiveUser/Auth/PDO.php)
pear(LiveUser/Auth/PEARAuth.php)
pear(LiveUser/Auth/Session.php)
pear(LiveUser/Auth/Storage/Globals.php)
pear(LiveUser/Auth/XML.php)
pear(LiveUser/Perm/Complex.php)
pear(LiveUser/Perm/Medium.php)
pear(LiveUser/Perm/Simple.php)
pear(LiveUser/Perm/Storage.php)
pear(LiveUser/Perm/Storage/Cache.php)
pear(LiveUser/Perm/Storage/DB.php)
pear(LiveUser/Perm/Storage/Globals.php)
pear(LiveUser/Perm/Storage/MDB.php)
pear(LiveUser/Perm/Storage/MDB2.php)
pear(LiveUser/Perm/Storage/PDO.php)
pear(LiveUser/Perm/Storage/SQL.php)
pear(LiveUser/Perm/Storage/XML.php)
pear(data/LiveUser/misc/schema/install.php)
php-pear-LiveUser

Requires :
/bin/sh
/bin/sh
pear(Event/Dispatcher.php)
pear(Log.php)
pear(MDB2/Schema.php)
pear(MDB2/Schema/Writer.php)
pear(PEAR.php)
pear(PEAR/ErrorStack.php)
pear(XML/Tree.php)
php-pear >= 1.4.0b1
php-pear-Event_Dispatcher
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/php-pear-LiveUser
/usr/share/doc/php-pear-LiveUser/docs
/usr/share/doc/php-pear-LiveUser/docs/examples
/usr/share/doc/php-pear-LiveUser/docs/examples/README
/usr/share/doc/php-pear-LiveUser/docs/examples/demodata.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example1
/usr/share/doc/php-pear-LiveUser/docs/examples/example1/Auth_XML.xml
/usr/share/doc/php-pear-LiveUser/docs/examples/example1/README
/usr/share/doc/php-pear-LiveUser/docs/examples/example1/conf.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example1/example.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example1/index.html
/usr/share/doc/php-pear-LiveUser/docs/examples/example2
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/Auth_XML.xml
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/Perm_XML.xml
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/README
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/conf.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/example.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example2/index.html
/usr/share/doc/php-pear-LiveUser/docs/examples/example4
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/Auth_XML.xml
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/conf.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/demodata.xml
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/error-page.tpl.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/finish.inc.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/functions.js
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/index.html
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/loginform.tpl.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/news_change.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/news_change.tpl.php
/usr/share/doc/php-pear-LiveUser/docs/examples/example4/news_new.php
There is 58 files more in these RPM.

 
ICM