File: control

package info (click to toggle)
pamela 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: python: 385; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,125 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
Source: pamela
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: https://github.com/minrk/pamela
Vcs-Git: https://salsa.debian.org/python-team/packages/pamela.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pamela

Package: python3-pamela
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: PAM interface using ctypes
 Yet another Python wrapper for PAM
 .
 There seems to be a glut of Python wrappers for PAM that have since
 been abandoned.  This repo merges two separate efforts:
 .
 - [gnosek/python-pam](https://github.com/gnosek/python-pam)
   - adds wrappers for a few more calls, e.g. opening sessions
   - raises PamError on failure instead of returning False, with
     informative error messages
 - [simplepam](https://github.com/leonnnn/python3-simplepam)
   - adds Python 3 support
   - resets credentials after authentication, apparently for kerberos
     users