diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 13:35:39 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 13:56:44 +0200 |
commit | 79feccdedaddc55e05ef547132e13bfc383c5733 (patch) | |
tree | 7f9609e97098b12f2447e1275e9984636bb2193a /debian/control | |
parent | 23197987c2d4e610e6ff1f5e60e453ff871772c4 (diff) | |
download | libpam-pwdfile-79feccdedaddc55e05ef547132e13bfc383c5733.tar.gz |
adapt descriptions to upstream changes
removed legacy crypt types and corresponding files
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ae45a82..61bdaa0 100644 --- a/debian/control +++ b/debian/control @@ -15,5 +15,4 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc: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. It supports libc's crypt - plus md5crypt with a broken md5 and Digital UNIX's bigcrypt. + structure to /etc/passwd to authenticate users. |