diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-04 15:48:07 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-04 15:48:27 +0200 |
commit | 8ad83579d01fa02d68aa81fc49dc6abbb458dc04 (patch) | |
tree | 496b51295ec6cc7e9686308b05e570a4e0253290 /debian/control | |
parent | 17aeb03f42e28d3bc990fe95eb774a2ec2e18720 (diff) | |
download | libpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.tar.gz libpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.tar.bz2 libpam-freerdp2-8ad83579d01fa02d68aa81fc49dc6abbb458dc04.zip |
include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be used by e.g. Arctica Greeter.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 86457da..a43b051 100644 --- a/debian/control +++ b/debian/control @@ -22,3 +22,14 @@ Description: PAM Module to auth against an RDP server using FreeRDPv2 Auth and session PAM module that uses FreeRDPv2 to authenticate against an RDP server as the remote host and user. Local account required. Most useful with the pam-temp-account module. + +Package: libpam-freerdp2-dev +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: PAM Module to auth against an RDP server using FreeRDPv2 (development files) + Auth and session PAM module that uses FreeRDPv2 to authenticate against + an RDP server as the remote host and user. Local account required. + Most useful with the pam-temp-account module. + . + This package contains the pam_freerdp2.so header files. |