File: control

package info (click to toggle)
pam-mysql 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 364 kB
  • ctags: 218
  • sloc: ansic: 3,469; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 960 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
Source: pam-mysql
Section: admin
Priority: extra
Maintainer: Ferenc Wágner <wferi@debian.org>
Standards-Version: 3.9.8
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 default-libmysqlclient-dev,
 libpam0g-dev,
 libssl-dev,
 pkg-config,
Homepage: https://github.com/NigelCunningham/pam-MySQL
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pam-mysql.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pam-mysql.git

Package: libpam-mysql
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: PAM module interfacing with MySQL databases
 This module lets PAM-enabled applications get authentication and
 account information from MySQL databases.  Passwords can be stored
 in various encrypted formats, for example as crypt, MD5 or SHA1 hashes,
 in MySQL format or in the Drupal 7 salted format.  Account and password
 expiration is handled via SQL expressions.  Logging into MySQL is also
 supported.