aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 7e65b24b92c354781cd5ecdf467aa727ecbe6b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libpam-pwdfile
Section: admin
Priority: extra
Maintainer: Greg Norris <adric@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper, libpam0g-dev

Package: libpam-pwdfile
Architecture: any
Depends: ${shlibs:Depends}
Description: PAM module allowing authentication via an /etc/passwd-like file
 This PAM module lets you use an arbitrarily-named text file similar in 
 structure to /etc/passwd to authenticate users. Both DES and MD5
 hashed passwords are supported.