summaryrefslogtreecommitdiff
path: root/debian/control
blob: b694bc8dc4fc8061b69fba3345f08656f4b2a35f (plain)
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
40
41
42
43
44
45
Source: matrix-synapse-ldap3
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
 Rahul De <rahulde@swecha.net>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 2.6.6-3),
 python3-ldap3 (>= 2.8),
 python3-service-identity,
 python3-setuptools (>= 0.6b3),
 python3-twisted (>= 15.1.0)
Standards-Version: 4.6.2
Homepage: https://github.com/matrix-org/matrix-synapse-ldap3
Vcs-Browser: https://salsa.debian.org/matrix-team/matrix-synapse-ldap3
Vcs-Git: https://salsa.debian.org/matrix-team/matrix-synapse-ldap3.git

Package: matrix-synapse-ldap3
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Provides: python3-matrix-synapse-ldap3
Description: LDAP auth provider for the Matrix homeserver
 Synapse is the reference Python/Twisted Matrix homeserver implementation.
 .
 Synapse is intended to showcase the concept of Matrix, and to let users run
 their own homeserver and generally help bootstrap the ecosystem.
 .
 Matrix is an open standard for interoperable, decentralised, real-time
 communication over IP. It can be used to power Instant Messaging, VoIP/WebRTC
 signalling, Internet of Things communication or anywhere where's a need for
 a standard HTTP API for publishing and subscribing to data whilst tracking the
 conversation history.
 .
 In Matrix, every user runs one or more Matrix clients, which connect through
 to a Matrix homeserver. The homeserver stores all their personal chat history
 and user account information, much as a mail client connects through to an
 IMAP/SMTP server.
 .
 This package allows synapse to use LDAP for authentication as opposed
 to usual authentication via registering using a matrix client.