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 30 31 32 33 34 35 36 37 38 39
|
Source: pam-krb5-migrate
Section: admin
Priority: optional
Maintainer: Dominik George <nik@naturalnet.de>
Standards-Version: 4.1.0
Homepage: https://jelmer.uk/code/pam-krb5-migrate/
Build-Depends: comerr-dev,
debhelper (>= 10~),
dh-exec,
heimdal-multidev,
krb5-multidev,
libpam-dev,
pkg-config
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/pam-krb5-migrate.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pam-krb5-migrate.git
Package: libpam-krb5-migrate-heimdal
Architecture: any
Depends: libpam-runtime (>= 1.0.1-6), ${misc:Depends}, ${shlibs:Depends}
Description: PAM module for migrating to Heimdal Kerberos
A stackable authentication module that takes a username and password from an
earlier module in the stack and attempts to transparently add the user to a
Kerberos realm using the Kerberos 5 kadmin service. The module can be used to
ease the administrative burdens of migrating a large installed userbase from
pre-existing authentication methods to a Kerberos-based setup.
.
This package allows updating the database of a remote Heimdal server.
Package: libpam-krb5-migrate-mit
Architecture: any
Depends: libpam-runtime (>= 1.0.1-6), ${misc:Depends}, ${shlibs:Depends}
Description: PAM module for migrating to MIT Kerberos
A stackable authentication module that takes a username and password from an
earlier module in the stack and attempts to transparently add the user to a
Kerberos realm using the Kerberos 5 kadmin service. The module can be used to
ease the administrative burdens of migrating a large installed userbase from
pre-existing authentication methods to a Kerberos-based setup.
.
This package allows updating the database of a remote MIT Kerberos server.
|