File: control

package info (click to toggle)
openvpn-auth-ldap 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,400 kB
  • sloc: ansic: 8,366; objc: 3,799; sh: 2,711; cpp: 594; makefile: 190; xml: 36
file content (29 lines) | stat: -rw-r--r-- 985 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: openvpn-auth-ldap
Section: net
Priority: optional
Maintainer: Aniol Marti <amarti@caliu.cat>
Build-Depends: debhelper-compat (=12),
               openvpn (>=2),
               re2c,
               libldap2-dev,
               gobjc,
               libgnustep-base-dev,
               libssl-dev
Standards-Version: 4.4.0
Homepage: https://github.com/threerings/openvpn-auth-ldap
Vcs-Git: https://salsa.debian.org/debian/openvpn-auth-ldap.git
Vcs-Browser: https://salsa.debian.org/debian/openvpn-auth-ldap

Package: openvpn-auth-ldap
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         openvpn (>=2)
Description: OpenVPN LDAP authentication module
 A plugin that implements username/password authentication via
 LDAP for OpenVPN 2.x. It features:
 .
  * Simple Apache-style configuration file.
  * LDAP group-based access restrictions.
  * Will authenticate against any LDAP server that supports LDAP
    simple binds -- including Active Directory.