File: control

package info (click to toggle)
php-auth 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 480 kB
  • ctags: 779
  • sloc: php: 3,345; xml: 880; makefile: 65; sql: 4
file content (36 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: php-auth
Section: web
Priority: optional
Maintainer: Gregory Colpart (evolix) <reg@evolix.fr>
Build-Depends-Indep: php-pear
Build-Depends: debhelper (>= 5) 
Standards-Version: 3.7.3
Homepage: http://pear.php.net/package/Auth/
Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-auth/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-auth/trunk

Package: php-auth
Architecture: all
Depends: php-pear (>= 5.2.0-8)
Suggests: php-log, php-soap
Description: PHP PEAR modules for creating an authentication system
 The PEAR::Auth package provides methods for creating an authentication
 system using PHP.
 .
 Currently it supports the following storage containers to read/write
 the login data:
 .
    * All databases supported by the PEAR database layer
    * All databases supported by the MDB database layer
    * All databases supported by the MDB2 database layer
    * Plaintext files
    * LDAP servers
    * POP3 servers
    * IMAP servers
    * vpopmail accounts (Using either PECL vpopmail or PEAR Net_Vpopmaild)
    * RADIUS
    * SAMBA password files
    * SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
    * PEAR website
    * Kerberos V servers
    * SAP servers