File: control

package info (click to toggle)
poppassd 1.8.5-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 132 kB
  • sloc: ansic: 382; makefile: 24; sh: 8
file content (29 lines) | stat: -rw-r--r-- 1,148 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: poppassd
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               libpam-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/poppassd
Vcs-Git: https://salsa.debian.org/debian/poppassd.git

Package: poppassd
Architecture: any
Depends: libpam-runtime (>= 0.76-14),
         netbase,
         openbsd-inetd | inet-superserver,
         update-inetd,
         ${misc:Depends},
         ${shlibs:Depends},
Description: password change server for Eudora and NUPOP
 This package provides a daemon for changing passwords on POP mail accounts,
 a feature common to Eudora and other MacOS/Win32 mail user agents.  This
 feature is also commonly used for TCP loopback password changing from web
 scripting languages like PHP or Perl, so that the webserver process doesn't
 need to be run as root (on in the shadow group).
 .
 This version of poppassd changes passwords via PAM (as opposed to other
 versions of the same daemon that used the newusers(8) application to change
 passwords), allowing for great flexibility.