File: control

package info (click to toggle)
php-auth 1.2.4-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 228 kB
  • ctags: 396
  • sloc: php: 1,581; xml: 157; makefile: 25
file content (28 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (2)
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
Source: php-auth
Section: web
Priority: optional
Maintainer: Chris Anderson <chris@nullcode.org>
Build-Depends: debhelper (>= 4.0) 
Standards-Version: 3.6.1

Package: php-auth
Architecture: all
Depends: php4-pear (>> 4:4.3.3)
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
    * Plaintext files
    * LDAP servers
    * POP3 servers
    * IMAP servers
    * vpopmail accounts
    * RADIUS
    * SAMBA password files
    * SOAP